get_population_grid {geofi} | R Documentation |
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)
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) |
Details
More information about the dataset from Paikkatietohakemisto
Value
sf object
Author(s)
Markus Kainu markus.kainu@kela.fi, Joona Lehtomäki joona.lehtomaki@iki.fi
Examples
## Not run:
f <- get_population_grid(year=2017)
plot(f)
## End(Not run)
[Package geofi version 1.0.15 Index]