strataG (version 2.4.905)

is.gtypes: 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.

Examples

Run this code
# NOT RUN {
data(msats.g)
is.gtypes(msats.g) # TRUE

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

# }

Run the code above in your browser using DataLab