panel.parallel {lattice}R Documentation

Default Panel Function for parallel

Description

This is the default panel function for parallel.

Usage

panel.parallel(z, subscripts, col, lwd, lty, ...)

Arguments

z The data frame used for the plot.
subscripts The indices of the rows of z that are to be displyed in this panel.
col, lwd, lty graphical parameters (chosen by default as the settings for superpose.line).
... other arguments

Details

difficult to describe. See example for parallel

Author(s)

Deepayan Sarkar deepayan@stat.wisc.edu

See Also

parallel


[Package Contents]