taajama2019: A data set containing map of Finland with urbanisation...

taajama2019R 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

http://geo.stat.fi/geoserver/

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)

mapsFinland documentation built on April 11, 2023, 6:05 p.m.