SyntaxFix
Write A Post
Hire A Developer
Questions
With ggplot2:
ggplot2
p<-qplot(spray,count,data=InsectSprays,geom='boxplot') p<-p+stat_summary(fun.y=mean,shape=1,col='red',geom='point') print(p)