ultrTree {treeman} | R Documentation |
Returns a tree with all tips ending at time 0
ultrTree(tree)
tree |
|
Re-calculates the branch lengths in the tree so that all tips are brought to the same time point: all species are extant.
https://github.com/DomBennett/treeman/wiki/manip-methods
library(treeman) tree <- randTree(10) (getDcsd(tree)) # list all extinct tips tree <- ultrTree(tree) (getDcsd(tree)) # list all extinct tips