Learn R Programming

dggridR (version 3.1.0)

dginfo: Print 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)

Value

No return. All info is printed to the screen.

Arguments

dggs

A dggs object from dgconstruct()

Examples

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

Run the code above in your browser using DataLab