taajama2019 {mapsFinland} | R Documentation |
A data set containing map of Finland with urbanisation category boundaries
Description
A data set containing map of Finland with with urbanisation category boundaries
Usage
taajama2019
Format
A data frame with map boundaries:
- kr_name
Name of urbanisation category
- kr_code
Code of urbanisation category
- geom
Map polygon
Source
Examples
## Not run:
library(ggplot2)
ggplot(taajama2019) +geom_sf(aes(fill = kr_name))+
labs(fill = "Kaupunkimaisuus")+
theme(legend.title = element_text(size = 6),legend.text = element_text(size=6),
legend.key.size = unit(10, "pt"),legend.key.width = unit(4,"pt"),
legend.key.height = unit(4,"pt"),
legend.position = c(0.22,0.52))
## End(Not run)
[Package mapsFinland version 0.2.2 Index]