# NOT RUN {
# Histogram of random clade sizes
main="Random clade sizes for random generated trees"
xlabel="clade size"
hist(sapply(rtreeshape(100,tip.number=40,model="yule"),FUN=cladesize),
freq=FALSE,main=main,xlab=xlabel)
# }
Run the code above in your browser using DataLab