getNextDescendants | R Documentation |
Utility functions to find the descendants of a node
getNextDescendants(phy, x) get_descendant_tips_for_each_node(phy) get_descendant_nodes_for_each_node(phy)
phy |
a phylo-class object from the |
x |
the index of the focal node |
getNextDescendants
returns the indices of the immediate descendants. If a tip is supplied, 'NA“ will be returned.
get_descendant_tips_for_each_node
and get_descendant_nodes_for_each_node
returns a list of descendants.
The list is ordered so that the index matches the tip/node index in the phylo-class object.
[getRoot][getAncestor][findSisters][getConnected]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.