dggetres {dggridR} | R 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)
[Package dggridR version 3.1.0 Index]