Find the maximum height of tips in the tree.
maxHeight(tree, normalise = FALSE)
An integer giving the maximum height of tips in the tree.
## Maximum height of tips in a random tree with 10 tips:
tree <- rtree(10)
plot(tree)
maxHeight(tree)
#> [1] 5
maxHeight(tree, normalise=TRUE)
#> [1] 0.5555556