lattice (version 0.17-10)

panel.levelplot: Default Panel Function for levelplot

Description

This is the default panel function for levelplot.

Usage

panel.levelplot(x, y, z, 
                subscripts,
                at = pretty(z),
                shrink,
                labels = NULL,
                label.style = c("mixed", "flat", "align"),
                contour = FALSE,
                region = TRUE,
                col = add.line$col,
                lty = add.line$lty,
                lwd = add.line$lwd,                ...,
                col.regions = regions$col,
                alpha.regions = regions$alpha)
panel.contourplot(...)

Arguments

Details

The same function is used for both levelplot and contourplot (which differ only in default values of some arguments). panel.contourplot is a simple wrapper to panel.levelplot.

When contour=TRUE, the contourLines function is used to calculate the contour lines.

See Also

levelplot, contourLines