View source: R/geiger_functions.R
tips | R Documentation |
The function returns the numbers or labels of tips descending from a given node.
tips(tree,node,labels=TRUE)
tree |
a phylogenetic tree. The tree needs not to be ultrametric and fully dichotomous. |
node |
the number of focal node |
labels |
if |
The tips, either labels or numbers depending on the argument labels
, descending from the node
.
Silvia Castiglione, Pasquale Raia, Carmela Serio
data(DataOrnithodirans)
DataOrnithodirans$treedino->treedino
tips(tree=treedino,node=677,labels=FALSE)
tips(tree=treedino,node=677,labels=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.