Compute all trees topologies.
allTrees
computes all tree topologies for rooted or unrooted trees
with up to 10 tips. allTrees
returns bifurcating trees.
allTrees(n, rooted = FALSE, tip.label = NULL)
n |
Number of tips (<=10). |
rooted |
Rooted or unrooted trees (default: rooted). |
tip.label |
Tip labels. |
an object of class multiPhylo
.
Klaus Schliep klaus.schliep@gmail.com
trees <- allTrees(5) old.par <- par(no.readonly = TRUE) par(mfrow = c(3,5)) for(i in 1:15)plot(trees[[i]]) par(old.par)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.