senorge: 1x1km grids to Norwegian municipalities

Description Usage Format Source Examples

Description

We classify the 1x1km grids from senorge into municipalities.

Usage

1

Format

row

The row of the [X,Y,time] matrix.

col

The column of the [X,Y,time] matrix.

location_code

Municipality code that this 1x1km grid belongs to.

year

The year that location_code corresponds to.

Source

http://thredds.met.no/thredds/catalog/senorge/seNorge_2018/Archive/catalog.html

Examples

1
2
3
4
5
6
library(ggplot2)
q <- ggplot(mapping = aes(x = long, y = lat, group = group))
q <- q + geom_polygon(data = fhidata::norway_map_municips, color = "black")
q <- q + theme_void()
q <- q + coord_quickmap()
q

Example output

PACKAGE: fhidata
Version: 2019.08.27 at 19:10
Developed by Richard White, Norwegian Institute of Public Health

fhidata documentation built on Aug. 29, 2019, 5:09 p.m.