nodes_postorder | R Documentation |
This functions returns the node numbers of a tree in order of postorder tree traversal (tips first).
nodes_postorder(
tree,
node = setdiff(tree$edge[, 1], tree$edge[, 2]),
nodes = c()
)
tree |
An object of the class phylo |
A numeric vector with node numbers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.