dggetres: Get table of grid resolution information

View source: R/dggridR.R

dggetresR Documentation

Get table of grid resolution information

Description

Gets a grid's resolution and cell property info as a data frame.

Usage

dggetres(dggs)

Arguments

dggs

A dggs object from dgconstruct()

Value

A data frame containing the resolution levels, number of cells, area of those cells, intercell spacing, and characteristic length scale of the cells. All values are in kilometres.

Examples

library(dggridR)
dggs <- dgconstruct(res=20)
dggetres(dggs)

dggridR documentation built on Jan. 22, 2023, 1:15 a.m.