HH (version 3.1-39)

strip.useOuterStrips.first: 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, …

Value

See strip.default.

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.

See Also

useOuterScales

Examples

Run this code
# NOT RUN {
## See examples in ?useOuterScales
# }

Run the code above in your browser using DataCamp Workspace