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

View source: R/lifemap_obj.R

is.lifemap_objR Documentation

Reports whether x is a lifemap_obj object.

Description

Reports whether x is a lifemap_obj object.

Usage

is.lifemap_obj(x)

Arguments

x

The object to test.

Value

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

Examples

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


damiendevienne/lifemapr documentation built on April 12, 2025, 10:47 a.m.