mkMapFinland: Make map of Finland

View source: R/data.R

mkMapFinlandR 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")

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