dd <- list("G1"=runif(20), "G2"=rexp(30) * -1.1, "G3"=rnorm(15) * 1.3)
boxplotplus2(x=dd, .las=3, .jit=0.75, .ylim=c(-3,3), pt.cex=0.75,
pt.col=c(rep("darkred", 20), rep("darkgreen", 30), rep("darkblue", 15)),
pt.pch=c(0, 9, 17))
Run the code above in your browser using DataLab