https://github.com/cran/lattice
Raw File
Tip revision: 9dc5b67aa94a786d015baadc102d63197bc24c7b authored by Deepayan Sarkar on 15 May 2001, 00:00:00 UTC
version 0.2-3
Tip revision: 9dc5b67
panel.barchart.Rd
\name{panel.barchart}
\alias{panel.barchart}
\title{ Default Panel Functions for barchart}
\description{
  This is the default panel function for \code{barchart}.
}
\synopsis{
panel.barchart(x, y, box.ratio = 1, col = bar.fill$col, ...) 
}
\usage{
panel.barchart(x, y, \dots)
}
%- maybe also `usage' for other objects documented here.
\arguments{
  \item{x}{ Endpoints of Bars. Bars start at left of panel.}
  \item{y}{ Horizontal location of bars.}
  \item{\dots}{ graphical parameters can be supplied.
    By default, the trellis parameter bar.fill is used to get the color
    with which to fill the bars.}
}
\seealso{
  \code{\link{barchart}}
}
\author{ Deepayan Sarkar \email{deepayan@stat.wisc.edu}}
\keyword{dplot}
















back to top