getSubtree {ggtree} | R Documentation |
Get all children of node from tree, including start_node.
getSubtree(tree, node)
tree |
ape phylo tree object |
node |
is the tree node id from which the tree is derived. |
list of all child node id's from starting node.