panel.bwplot.intermediate.hh {HH} | R Documentation |
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.
panel.bwplot.intermediate.hh(x, y, horizontal = TRUE, transpose=!horizontal, pch, col, at=if (horizontal) levels(as.factor(y)) else levels(as.factor(x)), ## S-Plus only ...)
x, y, pch, col, horizontal |
see
bwplot and
panel.bwplot . |
transpose |
S-Plus only. The HH library transposes
"trellis" bwplot objects to put the response variable
on the vertical axis. R does the equivalent by placing the response
variable on the left side of the "~" in the formula and with
the horizontal argument. |
at |
S-Plus only. bwplot in S-Plus gets x and
y as numeric. level and position information
is not sent through, therefore we need to specify it here when
non-default positions are used. |
... |
Extra arguments, if any, for 'panel.bwplot'. |
Richard M. Heiberger <rmh@temple.edu>
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.
panel.xyplot
,
bwplot
, interaction2wt
,
position