panel.levelplot {lattice} | R Documentation |
This is the default panel function for levelplot
.
panel.levelplot(x, y, z, wx, wy, zcol, col.regions, subscripts, at, labels, contour, region, col, lty, lwd, ...)
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 |
Deepayan Sarkar deepayan@stat.wisc.edu