lattice (version 0.3-1)

panel.bwplot: Default Panel Function for bwplot

Description

This is the default panel function for bwplot.

Usage

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

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
...
graphical parameters can be supplied

synopsis

panel.bwplot((x, y, box.ratio = 1, pch = box.dot$pch, col = box.dot$col, ...)

Details

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

See Also

bwplot