https://github.com/cran/lattice
Raw File
Tip revision: be1f32e88ccfcece8d50dd4fd0391dac7aa44653 authored by Deepayan Sarkar on 17 December 2001, 00:00:00 UTC
version 0.3-1
Tip revision: be1f32e
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, ...)
}
\arguments{
  \item{x, y, z}{numeric vectors}
  \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{\dots}{extra parameters }
}
\author{ Deepayan Sarkar \email{deepayan@stat.wisc.edu}}
\seealso{\code{\link{levelplot}}}
\keyword{dplot}
















back to top