https://github.com/cran/lattice
Raw File
Tip revision: 2f3df6a0557d80386aadc127a89cec9d0c458a59 authored by Deepayan Sarkar on 17 April 2002, 00:00:00 UTC
version 0.5-1
Tip revision: 2f3df6a
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, horizontal, col = bar.fill$col, ...) 
}
\usage{
panel.barchart(x, y, horizontal, col, \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{horizontal}{ logical. If FALSE, the plot is `transposed' in the
    sense that the behaviours of x and y are switched. x is now
    the `factor'.  Interpretation of other arguments change
    accordingly. See documentation of \code{bwplot} for a fuller
    explanation.
  }
  \item{col}{ Color of the bars. By default, the trellis parameter
    \code{bar.fill} is used.
  }
  \item{\dots}{ extra arguments will be accepted but ignored }
}
\seealso{
  \code{\link{barchart}}
}
\author{ Deepayan Sarkar \email{deepayan@stat.wisc.edu}}
\keyword{dplot}
















back to top