getSSBGrid: getSSBGrid

Description Usage Arguments Examples

Description

Retrieves the SSB grids, together with fylke and kommune names (and ids) overlapping the center of each grid cell, as an sf object.

Usage

1
getSSBGrid(conn = con, scale = c("10km", "5km", "1km", "500m"))

Arguments

scale

Scale of SSB grid to retrieve. Options are 10km, 5km, 1km and 500m. Note that smaller scales are time consuming!

Examples

1
2
3
4
5
## Not run: 
fylke10km <- getSSBGrid()
plot(fylke10km["fylke"])

## End(Not run)

NINAnor/SurveyPower documentation built on May 7, 2019, 10:43 p.m.