Description Usage Arguments Details References Examples
Remove tips from a phylogenetic tree
1 | removeTip(tree, tips, preserve.age)
|
tree |
phylogenetic tree (ape class) |
tips |
vector of tip names |
preserve.age |
maintain the root to tip distance of the tree |
Based on ape
's drop.tip
but with
preserve.age
. This will ensure
the root to tip distance of the tree is maintained by adding length
to next immediate internal edge whenever the removal of a tip
leads to a reduction in a tree's age. If root node is lost, then
lost edge length is added to root.edge
slot.
No references yet! https://github.com/DomBennett/MoreTreeTools.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.