powered by
Finds the tip numbers descending from a specific node in a phylo object.
FindDescendants(n, tree)
The node number.
Tree as a phylo object.
A vector of the descendant tip numbers.
A simple way to get the tips descending from a given node in a phylogenetic tree.
# NOT RUN { # Find descendants of the root node in the lungfish tree: FindDescendants(n = 87, tree = Dipnoi$tree) # }
Run the code above in your browser using DataLab