Learn R Programming

Rpdb (version 2.0)

is.cryst1: Is an Object of Class cryst1?

Description

Checks whether its argument is an object of class cryst1.

Usage

is.cryst1(x)

Arguments

x
an R object to be tested

Value

  • TRUE if x is an object of class cryst1 and FALSE otherwise

Details

Tests if x is an object of class cryst1, i.e. if x has a class attribute equal to cryst1.

See Also

cryst1, pdb

Examples

Run this code
x <- cryst1(abc=rep(10,3))
is.cryst1(x)
is.cryst1(1)

Run the code above in your browser using DataLab