panel.parallel {lattice} | R Documentation |
This is the default panel function for parallel
.
panel.parallel(z, subscripts, col, lwd, lty, ...)
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 |
difficult to describe. See example for parallel
Deepayan Sarkar deepayan@stat.wisc.edu