dggetres | R Documentation |
Gets a grid's resolution and cell property info as a data frame.
dggetres(dggs)
dggs |
A dggs object from dgconstruct() |
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.
library(dggridR)
dggs <- dgconstruct(res=20)
dggetres(dggs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.