R/a.R
getAge.Rd
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
tree <- randTree(10) (getAge(tree)) #> [1] 3.207328