Description Usage Arguments Value Examples
View source: R/get_phylo_groups.R
Get list of groups defined by phylogeny
1 | get_phylo_groups(tree)
|
tree |
Phylogeny |
list of groups and their complements, i.e. lists of groups split by each edge of the unrooted phylogeny
1 2 3 4 5 | tr <- rtree(8)
tr$tip.label <- 1:8
par(mfrow=c(1,1))
plot.phylo(tr,use.edge.length=FALSE);edgelabels()
Grps <- get_phylo_groups(tr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.