# NOT RUN {
# A phylogenetic tree with 10 leaves and parameters alpha=0.8 and gamma=0.1
# }
# NOT RUN {
tree = a.g.model(10,0.8,0.1)
# }
# NOT RUN {
plot(tree,layout=layout.reingold.tilford(tree,root=which(degree(tree,mode="in")==0)))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab