draw_Lifemap {LifemapR}R Documentation

Represent data on a Lifemap basemap.

Description

Draw a map and all the aesthetics in the order you put them in, the last one will be on top of the others.

Usage

draw_Lifemap(lm_obj)

Arguments

lm_obj

A Lifemap object filled with aesthetics.

Value

A shiny application

Examples

## Only run examples in interactive R sessions
if (interactive()) {
data(LM_eukaryotes)
lifemap(LM_eukaryotes) + lm_markers() + lm_branches()
}

[Package LifemapR version 1.1.1 Index]