Skip to content

Commit b732549

Browse files
authored
Update 04-spatial-operations.Rmd: typo in text
Typo in color: should be "red" not "blue" to match map and map description.
1 parent 53790ad commit b732549

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)