panel.bwplot.intermediate.hh {HH} | R Documentation |
Panel functions for bwplot.
Description
Panel function for bwplot
that give the user
control over the placement of the boxes. When used with a positioned
factor, the boxes are placed according to the position associated with
the factor.
Usage
panel.bwplot.intermediate.hh(x, y, horizontal = TRUE,
pch, col, lwd,
...)
Arguments
x , y , pch , col , lwd , horizontal |
see
|
... |
Extra arguments, if any, for 'panel.bwplot'. |
Author(s)
Richard M. Heiberger <rmh@temple.edu>
References
Heiberger, Richard M. and Holland, Burt (2015). Statistical Analysis and Data Display: An Intermediate Course with Examples in R, Second Edition. Springer Texts in Statistics. Springer. ISBN 978-1-4939-2121-8.
See Also
panel.xyplot
,
xyplot
, interaction2wt
,
position
Examples
## see examples at
## Not run:
demo("bwplot.examples", package="HH")
## End(Not run)
[Package HH version 3.1-52 Index]