draw_Lifemap {LifemapR} | R Documentation |
Draw a map and all the aesthetics in the order you put them in, the last one will be on top of the others.
draw_Lifemap(lm_obj)
lm_obj |
A Lifemap object filled with aesthetics. |
A shiny application
## Only run examples in interactive R sessions
if (interactive()) {
data(LM_eukaryotes)
lifemap(LM_eukaryotes) + lm_markers() + lm_branches()
}