View source: R/tree_processing.R
tree_node_tips | R Documentation |
To get tip numbers descending from any given node of a tree
tree_node_tips(tree = NULL, node = NULL, curr = NULL)
tree |
a phylogenetic tree as an object of class |
node |
an integer specifying a node number in the tree. |
curr |
the set of previously stored node numbers - used in recursive function calls. |
A numeric vector with tip numbers descending from a node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.