Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jschoeley committed May 14, 2024
1 parent 19a487c commit c4f25b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/choropleth_maps_with_tricolore.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4f25b8

Please sign in to comment.