
stripplot(formula,
data = parent.frame(),
jitter = FALSE,
factor = .5,
box.ratio = if (jitter) 1 else 0,
...)
y ~ x | g1 * g2 * ...
indicates that
stripplots of x
should be produced for each level of y
conditional on the variables g
bwplot
trellis.args
.trellis.args
, panel.stripplot
,
jitter
, Lattice
data(singer)
stripplot(voice.part ~ jitter(height), data = singer, aspect = 1,
jitter = T, xlab = "Height (inches)")
Run the code above in your browser using DataLab