View source: R/terminalSisters.R
terminalSisters | R Documentation |
Finds pairs of sister species in a phylogenetic tree.
terminalSisters(phy, labels = TRUE)
phy |
An object of class |
labels |
Logical, indicating whether to return tip labels or tip numbers. |
A list of which each element contains the tip labels of a sister species pair.
set.seed(1234)
tr <- rtree(12)
plot(tr)
terminalSisters(tr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.