
Last chance! 50% off unlimited learning
Sale ends in
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)
trees <- allTrees(5)
par(mfrow = c(3,5))
for(i in 1:15)plot(trees[[i]])
Run the code above in your browser using DataLab