data(oak.tree)
out <- genTrees(oak.tree, N = 10, maxmoves = 2, perms = c(5, 5))
plot(out[[1]]) # this is the tree you input
plot(out[[2]]) # this is the first generated tree...
plot(out[[11]]) # ... and this is the last generated tree.
Run the code above in your browser using DataLab