Skip to content

Commit

Permalink
Merge pull request #998 from aduhour/master
Browse files Browse the repository at this point in the history
Spelling and unused packages
  • Loading branch information
mtennekes authored Dec 19, 2024
2 parents 7a42042 + a3bc340 commit f12e81b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vignettes/12_examples_choro_NLD.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ knitr::knit_hooks$set(output = function(x, options) {

```{r, message = FALSE}
library(tmap)
library(dplyr)
library(sf)
tmap_options(scale = 0.75)
```

Expand Down Expand Up @@ -77,7 +75,7 @@ The variables in the `NLD_dist` and `NLD_muni` are the same:
names(NLD_dist)
```

We will create a chroropleth about the variable `"edu_appl_sci"`, which contains the percentage of 15-75 year old people who have a university degree (Dutch: WO) or applied sciences degree (Dutch: HBO), per district as of 1st October 2022.
We will create a choropleth about the variable `"edu_appl_sci"`, which contains the percentage of 15-75 year old people who have a university degree (Dutch: WO) or applied sciences degree (Dutch: HBO), per district as of 1st October 2022.

## Choropleth: step 1

Expand Down

0 comments on commit f12e81b

Please sign in to comment.