node.leaves {geiger} | R Documentation |
Given a node number (as stored in the phylo object's edge matrix), this function returns a list of all descendents of that node.
node.leaves(phy, node)
phy |
An object of class phylo |
node |
Node number |
A list of tip names
Luke J. Harmon
data(geospiza) attach(geospiza) node.leaves(geospiza.tree, 18)