powered by
allTrees
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