Learn R Programming

dggridR (version 3.1.0)

dggetres: Get table of grid resolution information

Description

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

Usage

dggetres(dggs)

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.

Arguments

dggs

A dggs object from dgconstruct()

Examples

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

Run the code above in your browser using DataLab