panel.barchart {lattice} | R Documentation |
This is the default panel function for barchart
.
panel.barchart(x, y, horizontal, col, ...)
x |
Endpoints of Bars. Bars start at left of panel. |
y |
Horizontal location of bars. |
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 bwplot for a fuller
explanation.
|
col |
Color of the bars. By default, the trellis parameter
bar.fill is used.
|
... |
extra arguments will be accepted but ignored |
Deepayan Sarkar deepayan@stat.wisc.edu