splom
.panel.pairs(z,
panel = "panel.splom",
lower.panel = panel,
upper.panel = panel,
diag.panel = "diag.panel.splom",
as.matrix = FALSE,
groups = NULL,
panel.subscripts,
subscripts,
pscales = 5,
prepanel.limits = function(x) if (is.factor(x)) levels(x) else
extend.limits(range(as.numeric(x), na.rm = TRUE)),
...)
diag.panel.splom(varname, limits, at, lab, draw = TRUE, ...)
lower.panel
and upper.panel
are used for
panels below and above the diagonal respectively.diag.panel.splom
to know what arguments this function is
passed when called.TRUE
, the layout of the panels will have origin
on the top left instead of bottom left (similar to
pairs
). This is in essence the same functionality as provided
by as.table
for the panel layousubscripts
.z
that are to be
displayed in this (super)panel.splom
. If pscales is a single number, it indicates the
approximate number of equally-spaced ticks that should appear on
each axis. If pscales is a list, it should have p components, each
xyplot
use the prepanel
function for deciding on axis
limits from data. This function serves a similar function, and works
on a per-variable basis, by calculating the limFALSE
, only variable names are writtenpanel.pairs
and pane
groups = NULL, panel.subscripts, subscripts, pscales = 5, panel.number = 0, panel.counter = 0,
prepanel.limits = function(x) if (is.factor(x)) levels(x) else extend.limits(range(as.numeric(x), na.rm = TRUE)),
varname.col = add.text$col, varname.cex = add.text$cex, varname.font = add.text$font, varname.fontfamily = add.text$fontfamily, varname.fontface = add.text$fontface,
axis.text.col = axis.text$col, axis.text.cex = axis.text$cex, axis.text.font = axis.text$font, axis.text.fontfamily = axis.text$fontfamily, axis.text.fontface = axis.text$fontface,
axis.line.col = axis.line$col, axis.line.lty = axis.line$lty, axis.line.lwd = axis.line$lwd,
...) diag.panel.splom(varname = NULL, limits, at = NULL, lab = NULL, draw = TRUE,
varname.col = add.text$col, varname.cex = add.text$cex, varname.font = add.text$font, varname.fontfamily = add.text$fontfamily, varname.fontface = add.text$fontface,
axis.text.col = axis.text$col, axis.text.alpha = axis.text$alpha, axis.text.cex = axis.text$cex, axis.text.font = axis.text$font, axis.text.fontfamily = axis.text$fontfamily, axis.text.fontface = axis.text$fontface,
axis.line.col = axis.line$col, axis.line.alpha = axis.line$alpha, axis.line.lty = axis.line$lty, axis.line.lwd = axis.line$lwd, ...)
panel
function in a trellis object produced by splom (taking the `panel'
function as its argument).splom