barchart(formula,
panel = panel.barchart,
data = sys.frame(sys.parent()),
box.ratio =2,
...)
Arguments
formula
a formula describing the form of conditioning plot. A
formula of the form y ~ x | g1 * g2 * ... indicates that plots of
y versus x should be produced conditional on the
variable g1,g2,....
panel
panel function to be used to draw panels
data
data frame for the variables in the formula etc
box.ratio
ratio of bar width to inter bar width
...
other arguments
Value
An object of class ``trellis'', plotted by default by
print.trellis.