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