Learn R Programming

lattice (version 0.5-4)

panel.levelplot: 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
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
at
cut points
labels
contour labels
contour
logical
region
logical
col, lty, lwd
graphical parameters for contour lines
...
extra parameters

See Also

levelplot