is.gtypes: Test if object is 'gtypes'

View source: R/is.gtypes.R

is.gtypesR Documentation

Test if object is gtypes

Description

Test if object is gtypes

Usage

is.gtypes(x)

Arguments

x

R object to be tested.

Value

Logical stating if 'x' is a gtypes object.

Author(s)

Eric Archer eric.archer@noaa.gov

Examples

data(msats.g)
is.gtypes(msats.g) # TRUE

data(dolph.msats)
is.gtypes(dolph.msats) # FALSE


EricArcher/strataG documentation built on Feb. 12, 2023, 4:11 a.m.