xyplot, designed mainly
for two continuous variates, which produces Conditional
Scatterplots. The others are useful when one of the variates is a
factor. See details below.Most of the arguments documented here are also applicable for many of the other Trellis functions. These are not described in any detail elsewhere, and this should be considered the canonical documentation for such arguments.
xyplot(formula,
data = parent.frame(),
panel = "panel.xyplot",
aspect = "fill",
as.table = FALSE,
between,
groups,
key,
layout,
main,
page,
par.strip.text,
prepanel,
scales,
skip,
strip = "strip.default",
sub,
xlab,
xlim,
ylab,
ylim,
...,
subscripts,
subset)
barchart(formula, data, panel = "panel.barchart", box.ratio = 2, ...)
bwplot(formula, data, panel = "panel.bwplot", box.ratio = 1, ...)
dotplot(formula, data, panel = "panel.dotplot", ...)
stripplot(formula, data, panel = "panel.stripplot",
jitter = FALSE, factor = .5, box.ratio, ...)y ~ x | g1 * g2 * ...,
indicating that plots of y (on the y axis) versus x
(on the x axis) should be produced condi