dginfo: Print info about a dggs object to the screen

View source: R/dggridR.R

dginfoR 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)

dggridR documentation built on Jan. 22, 2023, 1:15 a.m.