https://github.com/cran/lattice
Raw File
Tip revision: 942b8f6856f449176f5ebec90d3f2d53b406639c authored by Deepayan Sarkar on 22 December 2002, 00:00:00 UTC
version 0.6-8
Tip revision: 942b8f6
panel.levelplot.Rd
\name{panel.levelplot}
\alias{panel.levelplot}
\title{ Default Panel Function for levelplot }
\description{
  This is the default panel function for \code{levelplot}.
}
\usage{
panel.levelplot(x, y, z, wx, wy, zcol, col.regions, subscripts, at,
                labels, contour, region, col, lty, lwd,
                ...)
}
\arguments{
  \item{x, y, z}{ variables defining the plot}
  \item{subscripts}{which points to draw}
  \item{wx, wy}{vectors of widths and heights for the rectangles}
  \item{zcol}{color numbers for each x,y combination}
  \item{col.regions}{colors indexed by zcol} 
  \item{at}{cut points}
  \item{labels}{contour labels}
  \item{contour}{logical}
  \item{region}{logical}
  \item{col, lty, lwd}{graphical parameters for contour lines}
  \item{\dots}{extra parameters }
}
\author{ Deepayan Sarkar \email{deepayan@stat.wisc.edu}}
\seealso{\code{\link{levelplot}}}
\keyword{dplot}
















back to top