powered by
Add a graphical element to a tree visualisation.
# S3 method for lifemap_obj +(e1, e2)
A lifemap_obj object.
An object of class lifemap_obj that contains at least $df, a dataframe, and $basemap, the map used to get the coordinates.
A description of the graphical features wanted for a set of points (eg. markers, subtree, piecharts, ...).
## Only run examples in interactive R sessions if (interactive()) { data(LM_eukaryotes) LM_obj <- lifemap(LM_eukaryotes) + lm_markers() + lm_branches() }
Run the code above in your browser using DataLab