powered by
Returns age, numeric, of tree
getAge(tree, parallel = FALSE)
TreeMan object
TreeMan
logical, make parallel?
Calculates the age of a tree, determined as the maximum tip to root distance.
updateSlts, https://github.com/DomBennett/treeman/wiki/get-methods
updateSlts
# NOT RUN { library(treeman) tree <- randTree(10) (getAge(tree)) # }
Run the code above in your browser using DataLab