se_municipality: Loads a map of Swedish municipalities for plotting with...

Description Usage Arguments Examples

View source: R/se_municipality.R

Description

This function loads a map of Swedish municipalities (kommuner), ready for plotting with ggplot. The shapefile comes from Valmyndigheten.se

Usage

1
se_municipality(keep = 0.05, region = "KOM")

Arguments

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

Examples

1
sweden <- se_municipality() %>% inner_join(life.exp, by = c('id' = 'municipality_id'))

cguibourg/jpplot2 documentation built on Dec. 30, 2019, 8:43 p.m.