Description Usage Arguments Examples
This function loads a map of European NUTS2 regions, ready for plotting with ggplot.
1 | euro_nuts2(keep = 0.05, region = "NUTS_ID")
|
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 NUTS ID |
1 | europe <- euro_nuts2() %>% inner_join(life.exp, by = c('id' = 'nuts_id'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.