is.lifemap_obj | R Documentation |
Reports whether x is a lifemap_obj object.
is.lifemap_obj(x)
x |
The object to test. |
A boolean indicating whether or not the object is of lifemap_obj type.
## Only run examples in interactive R sessions
if (interactive()) {
data(LM_eukaryotes)
is.lifemap_obj(LM_eukaryotes)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.