powered by
The function identifies and returns the sister clade of a given node/tip.
getSis(tree,n,printZoom=TRUE)
a phylogenetic tree. The tree needs not to be ultrametric and fully dichotomous.
number of focal node or name of focal tip.
if TRUE the function plots the tree section of interest.
TRUE
The sister node number or sister tip name. In case of polytomies, the function returns a vector.
# NOT RUN { data(DataOrnithodirans) DataOrnithodirans$treedino->treedino getSis(tree=treedino,n=677,printZoom=FALSE) getSis(tree=treedino,n="Shenzhoupterus_chaoyangensis",printZoom=FALSE) # }
Run the code above in your browser using DataLab