powered by
finding descendants of a node in a tree
tips(phy, node)
The function returns the set of tips subtended by the given node.
node
a phylogenetic tree of class 'phylo'
numeric node-identifier (an integer)
LJ Harmon
geo <- get(data(geospiza)) tips(geo$phy, 18)
Run the code above in your browser using DataLab