Learn R Programming

LifemapR (version 1.1.5)

print.lifemap_obj: Method to print lifemap_obj objects.

Description

Method to print lifemap_obj objects.

Usage

# S3 method for 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

Arguments

x

An lifemap_obj.

...

Further arguments passed to or from other methods.

Examples

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

Run the code above in your browser using DataLab