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