powered by
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)
A shiny application
A Lifemap object filled with aesthetics.
## 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