FindDescendants {strap} | R Documentation |
Finds the tip numbers descending from a specific node in a phylo object.
FindDescendants(n, tree)
n |
The node number. |
tree |
Tree as a phylo object. |
A simple way to get the tips descending from a given node in a phylogenetic tree.
A vector of the descendant tip numbers.
Graeme T. Lloyd graemetlloyd@gmail.com
# Find descendants of the root node in the lungfish tree:
FindDescendants(n = 87, tree = Dipnoi$tree)