Learn R Programming

lattice (version 0.12-9)

panel.bwplot: Default Panel Function for bwplot

Description

This is the default panel function for bwplot.

Usage

panel.bwplot(x, y, box.ratio = 1,
             horizontal = TRUE,
             pch, col, cex, 
             font, fontfamily, fontface, 
             fill, varwidth = FALSE,
             levels.fos, coef = 1.5,
             do.out = TRUE, ...)

Arguments

Details

Creates Box and Whisker plot of x for every level of y. The actual boxplot statistics are calculated using boxplot.stats. Note that most arguments controlling the display can be supplied to the high-level bwplot call directly.

See Also

bwplot, boxplot.stats