Learn R Programming

dggridR (version 2.0.4)

dginfo: Print a buncha info about a dggs object to the screen

Description

dggs objects have many settings. This returns all of them, along with info about the grid being specified.

Usage

dginfo(dggs)

Arguments

dggs

A dggs object from dgconstruct()

Value

No return. All info is printed to the screen.

Examples

Run this code
# NOT RUN {
library(dggridR)
dggs <- dgconstruct(res=20)
dginfo(dggs)
# }

Run the code above in your browser using DataLab