dginfo {dggridR}R Documentation

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)

Arguments

dggs

A dggs object from dgconstruct()

Value

No return. All info is printed to the screen.

Examples

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

[Package dggridR version 3.0.0 Index]