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