Get descending tips
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 nodelabels
: if TRUE
(default) the function returns the labels of descending tips.The tips, either labels or numbers depending on the argument labels
, descending from the node
.
data(DataOrnithodirans) DataOrnithodirans$treedino->treedino tips(tree=treedino,node=677,labels=FALSE) tips(tree=treedino,node=677,labels=TRUE)
Silvia Castiglione, Pasquale Raia, Carmela Serio
Useful links