strip.useOuterStrips.first | R Documentation |
Functions based on strip.default
for use with the
useOuterScales
function. See useOuterScales
for more
information.
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, ...)
which.given , which.panel , var.name , ... |
See |
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.
See strip.default
.
Richard M. Heiberger <rmh@temple.edu>
useOuterScales
## See examples in ?useOuterScales
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.