Learn R Programming

geofi (version 1.1.0)

get_population_grid: Get Finnish Population grid in two different resolutions for years 2010-2022 Thin wrapper around Finnish population grid data provided by Statistics Finland.

Description

Get Finnish Population grid in two different resolutions for years 2010-2022 Thin wrapper around Finnish population grid data provided by Statistics Finland.

Usage

get_population_grid(year = 2022, resolution = 5)

Value

sf object

Arguments

year

A numeric for year of the population grid. Years available 2005 and 2010-2022.

resolution

1 (1km x 1km) or 5 (5km x 5km)

Author

Markus Kainu markus.kainu@kela.fi, Joona Lehtomäki joona.lehtomaki@iki.fi

Details

More information about the dataset from Paikkatietohakemisto

Examples

Run this code
 if (FALSE) {
 f <- get_population_grid(year=2017)
 plot(f)
 }

Run the code above in your browser using DataLab