getSis | R Documentation |
The function identifies and returns the sister clade of a given node/tip.
getSis(tree,n,printZoom=TRUE)
tree |
a phylogenetic tree. The tree needs not to be ultrametric and fully dichotomous. |
n |
number of focal node or name of focal tip. |
printZoom |
if |
The sister node number or sister tip name. In case of polytomies, the function returns a vector.
Pasquale Raia, Silvia Castiglione, Carmela Serio, Alessandro Mondanaro, Marina Melchionna, Mirko Di Febbraro, Antonio Profico, Francesco Carotenuto
data(DataOrnithodirans)
DataOrnithodirans$treedino->treedino
getSis(tree=treedino,n=677,printZoom=FALSE)
getSis(tree=treedino,n="Shenzhoupterus_chaoyangensis",printZoom=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.