Learn R Programming

mapsFinland (version 0.2.2)

mkMapFinland: Make map of Finland

Description

Make map of Finland

Usage

mkMapFinland(url, dir)

Value

sf object

Arguments

url

url of shapefile (character)

dir

folder of shape file (character)

Examples

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

Run the code above in your browser using DataLab