View source: R/utilities-phylo.R
| tips | R Documentation | 
finding descendants of a node in a tree
tips(phy, node)
| phy | a phylogenetic tree of class 'phylo' | 
| node | numeric node-identifier (an integer) | 
The function returns the set of tips subtended by the given node.
LJ Harmon
geo <- get(data(geospiza)) tips(geo$phy, 18)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.