Method to print lifemap_obj objects.
Usage
# S3 method for class 'lifemap_obj'
print(x, ...)
Value
Either a description of the dataframe and basemap used for the lm_obj object, or a shiny application if aesthetics are furnished
Examples
## Only run examples in interactive R sessions
if (interactive()) {
data(LM_eukaryotes)
print(LM_eukaryotes)
}