panel.pairs {lattice}R Documentation

Default Superpanel Function for splom

Description

This is the default superpanel function for splom.

Usage

panel.pairs(z, panel = panel.splom,
            groups = NULL, panel.subscripts, 
            subscripts,
            pscales = 5, ...)

Arguments

z The data frame used for the plot.
panel The panel function used inside.
groups Grouping variable, if any.
panel.subscripts logical specifying whether the panel function accepts an argument named subscripts.
subscripts The indices of the rows of z that are to be displayed in this (super)panel.
fontsize.small Fontsize to be used for the axis labels inside.
pscales Controls axis labels, passed down from splom
... graphical parameters may be supplied.

Details

This is the function that is actually passed in as the panel function in a trellis object produced by splom (taking the `panel' function as its argument).

Author(s)

Deepayan Sarkar deepayan@stat.wisc.edu

See Also

splom


[Package Contents]