panel.bwplot.hh {Rcmdr.HH}R Documentation

Panel functions for bwplot.

Description

Panel functions for bwplot that give the user control over the placement of the boxes.

Usage

panel.bwplot.hh(x, y, box.ratio = 1, horizontal = TRUE, pch = box.dot$pch, col = box.dot$col, cex = box.dot$cex, fill = box.rectangle$fill, varwidth = FALSE, levels.fos = NULL, coef = 1.5, at, ...)

panel.bwplot.intermediate.hh(x, y, box.ratio = 1, horizontal = TRUE, pch = box.dot$pch, col = box.dot$col, cex = box.dot$cex, fill = box.rectangle$fill, levels.fos = NULL, at, ...)

Arguments

x, y, pch, col, cex, fill, varwidth, horizontal, levels.fos, box.ratio
coef see boxplot.stats
at x location of the individual boxes.
... Extra arguments, if any, for 'panel.bwplot'.

Author(s)

Richard M. Heiberger <rmh@temple.edu>

References

Heiberger, Richard M. and Holland, Burt (2004b). Statistical Analysis and Data Display: An Intermediate Course with Examples in S-Plus, R, and SAS. Springer Texts in Statistics. Springer. ISBN 0-387-40270-5.

See Also

panel.xyplot, bwplot, interaction2wt


[Package Rcmdr.HH version 1.7-3 Index]