Description Usage Arguments Examples
View source: R/se_municipality.R
This function loads a map of Swedish municipalities (kommuner), ready for plotting with ggplot. The shapefile comes from Valmyndigheten.se
1 | se_municipality(keep = 0.05, region = "KOM")
|
keep |
The amount you want to simplify the shapefile to - defaults to five percent |
region |
What you want to call each region when fortified. This should be an area code or other unique identifier. It defaults to the 4-letter municipality ID |
1 | sweden <- se_municipality() %>% inner_join(life.exp, by = c('id' = 'municipality_id'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.