dgverify: Verify that a dggs object has appropriate values

View source: R/dggridR.R

dgverifyR Documentation

Verify that a dggs object has appropriate values

Description

Verify that a dggs object has appropriate values

Usage

dgverify(dggs)

Arguments

dggs

The dggs object to be verified

Value

The function has no return value. A stop signal is raised if the object is misspecified

Examples

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

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