strip.useOuterStrips.first {HH} | R Documentation |
Functions based on strip.default for use with the useOuterScales function.
Description
Functions based on strip.default
for use with the
useOuterScales
function. See useOuterScales
for more
information.
Usage
strip.useOuterStrips.first(which.given, which.panel, var.name, ...)
strip.useOuterStrips.last(which.given, which.panel, var.name, ...)
strip.left.useOuterStrips(which.given, which.panel, var.name, ...)
strip.top2(which.given, which.panel, var.name, ...)
strip.top1(which.given, which.panel, var.name, ...)
strip.left2(which.given, which.panel, var.name, ...)
strip.left1(which.given, which.panel, var.name, ...)
Arguments
which.given , which.panel , var.name , ... |
See |
Details
The appropriate function is chosen by specifying arguments to
useOuterScales
.
strip.useOuterStrips.first
places strip labels at the top of the
first row of lattice panels. Used when as.table==TRUE
.
strip.useOuterStrips.last
places strip labels at the top of the
first row of lattice panels. Used when as.table==FALSE
.
strip.left.useOuterStrips
places strip labels at the left of the
first column of lattice panels.
strip.top2
places row strip labels at the top of each panel.
strip.top1
places column strip labels at the top of each panel.
strip.left2
places row strip labels at the left of each panel.
strip.left1
places column strip labels at the left of each panel.
Value
See strip.default
.
Author(s)
Richard M. Heiberger <rmh@temple.edu>
See Also
Examples
## See examples in ?useOuterScales