getAge {treeman} | R Documentation |
Returns age, numeric, of tree
getAge(tree, parallel = FALSE)
tree |
|
parallel |
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
library(treeman) tree <- randTree(10) (getAge(tree))