Skip to content

Commit b2b1a41

Browse files
Merge pull request #1160 from cortinah/patch-1
Update 04-spatial-operations.Rmd: fix small typo in text
2 parents 53790ad + b732549 commit b2b1a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-spatial-operations.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ Areal interpolation overcomes this issue by transferring values from one set of
799799
source("code/04-areal-example.R", print.eval = TRUE)
800800
```
801801

802-
The **spData** package contains a dataset named `incongruent` (colored polygons with black borders in the right panel of Figure \@ref(fig:areal-example)) and a dataset named `aggregating_zones` (the two polygons with the translucent blue border in the right panel of Figure \@ref(fig:areal-example)).
802+
The **spData** package contains a dataset named `incongruent` (colored polygons with black borders in the right panel of Figure \@ref(fig:areal-example)) and a dataset named `aggregating_zones` (the two polygons with the translucent red border in the right panel of Figure \@ref(fig:areal-example)).
803803
Let us assume that the `value` column of `incongruent` refers to the total regional income in million Euros.
804804
How can we transfer the values of the underlying nine spatial polygons into the two polygons of `aggregating_zones`?
805805

0 commit comments

Comments
 (0)