powered by
Reports whether x is a lifemap_obj object.
is.lifemap_obj(x)
A boolean indicating whether or not the object is of lifemap_obj type.
The object to test.
## 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