powered by
A line plot of estimates for unstructured comparison of factor levels
onewayPlot(obj, 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)
One way analysis of variance object (from aov)
name of factor for which line plot is required
Axis height
Range on horizontal axis
Horizontal axis label
Height adjustment parameter for display of LSD
Height adjustment parameter for display of Tukey's HSD
Height of text
Outer margin area
Text angle (in degrees)
Test size
Estimates, labeled with level names, are set out along a line
# NOT RUN { rice.aov <- aov(ShootDryMass ~ trt, data=rice) onewayPlot(obj=rice.aov) # }
Run the code above in your browser using DataLab