levelplot
.panel.levelplot(x, y, z, zcol,
subscripts,
at = mean(z),
shrink,
labels = NULL,
label.style = c("mixed", "flat", "align"),
contour = TRUE,
region = TRUE,
col = add.line$col,
lty = add.line$lty,
lwd = add.line$lwd,
...,
col.regions)
levelplot
and
contourplot
(which differ only in default values of some
arguments). Most arguments are self-evident. label.style
controls choice of how label positions are determined (this is not
very sophisticated yet). The shrink
argument allows the
rectangles to be resized, proportional to the z-value. The
specification can be made separately for widths and heights, in terms
of a length 2 numeric vector, which gives the minimum and maximum
proportion of shrinkage (corresponding to min and max of z).levelplot