Learn R Programming

dggridR (version 3.1.0)

dgverify: Verify that a dggs object has appropriate values

Description

Verify that a dggs object has appropriate values

Usage

dgverify(dggs)

Value

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

Arguments

dggs

The dggs object to be verified

Examples

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

Run the code above in your browser using DataLab