Learn R Programming

fhidata (version 2019.8.27)

senorge: 1x1km grids to Norwegian municipalities

Description

We classify the 1x1km grids from senorge into municipalities.

Usage

senorge

Arguments

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.

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab