mkMapFinland {mapsFinland}R Documentation

Make map of Finland

Description

Make map of Finland

Usage

mkMapFinland(url, dir)

Arguments

url

url of shapefile (character)

dir

folder of shape file (character)

Value

sf object

Note

url must contain WSF Shapefile. Check available maps from http://geo.stat.fi/geoserver/web/

Examples

hv.alueet<-mkMapFinland(url="https://tinyurl.com/hvalueet2022")
require(ggplot2)
ggplot(hv.alueet) +geom_sf()+ggtitle("Wellbeing services counties")

[Package mapsFinland version 0.2.2 Index]