panel.levelplot {lattice}R Documentation

Default Panel Function for levelplot

Description

This is the default panel function for levelplot.

Usage

panel.levelplot(x, y, z, wx, wy, zcol, col.regions, subscripts, at,
                labels, contour, region, col, lty, lwd,
                ...)

Arguments

x, y, z variables defining the plot
subscripts which points to draw
wx, wy vectors of widths and heights for the rectangles
zcol color numbers for each x,y combination
col.regions colors indexed by zcol
at cut points
labels contour labels
contour logical
region logical
col, lty, lwd graphical parameters for contour lines
... extra parameters

Author(s)

Deepayan Sarkar deepayan@stat.wisc.edu

See Also

levelplot


[Package Contents]