From c4f25b8a52e7e6ca54bf876796e1e0f9b4432a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=B6ley?= Date: Tue, 14 May 2024 15:27:12 +0200 Subject: [PATCH] Fix typo --- vignettes/choropleth_maps_with_tricolore.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/choropleth_maps_with_tricolore.Rmd b/vignettes/choropleth_maps_with_tricolore.Rmd index f329766..1759d98 100644 --- a/vignettes/choropleth_maps_with_tricolore.Rmd +++ b/vignettes/choropleth_maps_with_tricolore.Rmd @@ -39,7 +39,7 @@ The education and labor-force compositions are *ternary*, i.e. made up from thre Here I show how to create a choropleth map of the regional distribution of education attainment in Europe 2016 using `ggplot2`. -**1. Using the `Tricolore()` function, color-code each educational composition in the `euro_example` data set and add the resulting vector of hex-srgb colors as a new variable to the data frame. Store the color key seperately.** +**1. Using the `Tricolore()` function, color-code each educational composition in the `euro_example` data set and add the resulting vector of hex-srgb colors as a new variable to the data frame. Store the color key separately.** ```{r} # color-code the data set and generate a color-key