panel.bwplot {lattice}R Documentation

Default Panel Function for bwplot

Description

This is the default panel function for bwplot.

Usage

panel.bwplot(x, y, box.ratio = 1, horizontal, ...)

Arguments

x numeric, boxplots drawn for each unique value of y
y numeric grouping variable
box.ratio ratio of box height to inter box space
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.
... graphical parameters can be supplied

Details

Creates Box and Whisker plot of x for every level of y

Author(s)

Deepayan Sarkar deepayan@stat.wisc.edu

See Also

bwplot


[Package Contents]