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,
          transpose=!horizontal,
          pch, col,
          at=if (horizontal) levels(as.factor(y)) else levels(as.factor(x)),  ## S-Plus only
          ...)

Arguments

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'.

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, position


[Package HH version 2.1-25 Index]