powered by
The function returns the numbers or labels of tips descending from a given node.
tips(tree,node,labels=TRUE)
The tips, either labels or numbers depending on the argument labels, descending from the node.
labels
node
a phylogenetic tree. The tree needs not to be ultrametric and fully dichotomous.
the number of focal node
if TRUE (default) the function returns the labels of descending tips.
TRUE
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)
Run the code above in your browser using DataLab