Learn R Programming

lattice (version 0.12-3)

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,
             pch, col, cex, fill = "transparent",
             varwidth = FALSE, coef = 1.5, do.out = TRUE, ...)

Arguments

synopsis

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

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