remove.stem.lineages | R Documentation |
Remove stem lineages from a tree.
remove.stem.lineages(tree)
tree |
an object of class "Phylo". |
an object of class "Phylo", if stem lineages were found in the tree these will be pruned; if not then the original tree is returned.
t = TreeSim::sim.bd.taxa(10, 1, 0.1, 0.05)[[1]] remove.stem.lineages(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.