Learn R Programming

LifemapR (version 1.1.5)

is.lifemap_obj: Reports whether x is a lifemap_obj object.

Description

Reports whether x is a lifemap_obj object.

Usage

is.lifemap_obj(x)

Value

A boolean indicating whether or not the object is of lifemap_obj type.

Arguments

x

The object to test.

Examples

Run this code
## Only run examples in interactive R sessions
if (interactive()) {
data(LM_eukaryotes)
is.lifemap_obj(LM_eukaryotes)
}

Run the code above in your browser using DataLab