tree.max | R Documentation |
Function returns the the root age or the origin time (if root.edge = TRUE
).
tree.max(tree, root.edge = TRUE)
tree |
Phylo object. |
root.edge |
If TRUE include the root edge (default = TRUE). |
max age
t = ape::rtree(6) tree.max(t, root.edge = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.