sis_get_sisters | R Documentation |
For each node, return the vector of tip numbers for taxa on each side. It is sorted so that sister groups with fewer taxa are arranged at the top.
sis_get_sisters(phy, ncores = 2)
phy |
A phylo object |
ncores |
How many cores to use to run this in parallel. I suggest parallel::detectCores(), but set it at 2 for a default (otherwise CRAN checks fail) |
a data.frame with the node numbers and columns with the tip labels of the two descendant clades, plus additional info on the sister groups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.