powered by
A line plot of means for unstructured comparison.
oneway.plot(obj, 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)
One way analysis of variance object (from aov)
Axis height
Range on horizontal axis
Horizontal axis label
Height adjustment parameter for LSD comparison plot
Height adjustment parameter for Tukey's HSD comparison plot
Height of text
Outer margin area
Text angle (in degrees)
Test size
A line plot
# NOT RUN { rice.aov <- aov(ShootDryMass ~ trt, data=rice) oneway.plot(obj=rice.aov) # }
Run the code above in your browser using DataLab