Usage
splom(formula,
data,
aspect = 1,
between = list(x = 0.5, y = 0.5),
panel = if (is.null(groups)) "panel.splom" else "panel.superpose",
superpanel = "panel.pairs",
pscales = 5,
varnames, ...)
parallel(formula,
data,
between = list(x = 0.5, y = 0.5),
panel = "panel.parallel",
varnames,
...)
Arguments
formula
a formula describing the structure of the plot, which
should be of the form ~ x | g1 * g2 * ...
, where x
is a data frame or a matrix. Each of g1,g2,...
must be
either factors or shingles. The conditioning
data
a data frame containing values for any variables in the
formula. By default the environment where the function
was called from is used.
aspect
aspect ratio of each panel (and subpanel), square by default for
splom
.
between
to avoid confusion between panels and subpanels, the default is to
show the panels of a splom plot with space between them.
panel
Usual interpretation for parallel
, namely the function that
creates the display within each panel. For splom
, the terminology is slightly complicated. The role
played by the panel function in most other high-level f
superpanel
function that sets up the splom display, by default as a scatterplot
matrix.
pscales
a numeric value or a list, meant to be a less functional substitute
for the scales
argument in xyplot
etc. This argument
is passed to the superpanel
function, and is handled by the
default superpanel func
varnames
character vector giving the names of the p variables in x. By
default, the column names of x.
synopsis
splom(formula,
data = parent.frame(),
auto.key = FALSE,
aspect = 1,
between = list(x = 0.5, y = 0.5),
panel = if (is.null(groups)) "panel.splom" else "panel.superpose",
prepanel = NULL,
scales = list(),
strip = TRUE,
groups = NULL,
xlab = "Scatter Plot Matrix",
xlim,
ylab = NULL,
ylim,
superpanel = "panel.pairs",
pscales = 5,
varnames,
drop.unused.levels,
...,
default.scales,
subset = TRUE)
parallel(formula,
data = parent.frame(),
aspect = "fill",
between = list(x = 0.5, y = 0.5),
panel = "panel.parallel",
prepanel = NULL,
scales = list(),
strip = TRUE,
groups = NULL,
xlab = NULL,
xlim,
ylab = NULL,
ylim,
varnames,
drop.unused.levels,
...,
default.scales,
subset = TRUE)