Learn R Programming

LifemapR (version 1.1.5)

draw_Lifemap: 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)

Value

A shiny application

Arguments

lm_obj

A Lifemap object filled with aesthetics.

Examples

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

Run the code above in your browser using DataLab