powered by
oneway.plot(obj = rice.aov, axisht = 6, xlim=NULL, xlab=NULL, lsdht = 1.5, hsdht = 0.5, textht=axisht-3, oma=rep(1,4), angle=80, alpha = 0.05)
data(rice) rice.aov <- aov(ShootDryMass ~ trt, data=rice) oneway.plot(obj=rice.aov)
Run the code above in your browser using DataLab