powered by
Returns a tree with all tips ending at time 0
ultrTree(tree)
TreeMan object
TreeMan
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
# NOT RUN { library(treeman) tree <- randTree(10) (getDcsd(tree)) # list all extinct tips tree <- ultrTree(tree) (getDcsd(tree)) # list all extinct tips # }
Run the code above in your browser using DataLab