set.seed(444)
tree <- rtree(10)
trait <- rTraitCont(tree)
#first, traitgram without conf intervals
plotTraitgram(trait,tree,conf.int=FALSE)
#now, with
plotTraitgram(trait,tree)
#not much confidence, eh?
Run the code above in your browser using DataLab