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