Usage
formulaHandler(x, data = NULL, groups = NULL, ...,
expand.plot.args = TRUE, formula.type = "z~x*y|cond", panel.zcases = FALSE,
coord.conversion = NULL, lattice.like = NULL, check.xy.dimensions = TRUE,
check.coord.dimensions = TRUE, get.zcase.dimensions = TRUE,
output = "extra.args")
stripHandler(..., striplab=NULL)
getZcaseDimensions(...)Arguments
x
A formula to used to generate a lattice plot. See Below.
data
If supplied, the assumed source of the elements of formula
x, typically a data.frame.
groups
If supplied, the grouping argument to be used with
x and data.
...
Additional arguments are passed on to related functions.
expand.plot.args
For formulaHandler only, logical. Should any
short elements of the plot structure be expanded?
formula.type
For formulaHandler only, character vector or function.
The plot structure to be used when generating the plot, e.g. z ~ x * y | cond for
loaPlot panel.zcases
For formulaHandler only, logical. Should zcase arguments,
e.g. z1 and z2 in z1 + z2 ~ x * y | cond, be treated as
panel conditioning terms rather than grouping terms?
coord.conversion
For formulaHandler only, function. If supplied, the
conversion to use to convert coordinate information supplied using other
coordinate systems to (x, y).
lattice.like
For formulaHandler only, list. For preprocessing, a list of
plot terms that can be passed directly to lattice/loa plots.
check.xy.dimensions, check.coord.dimensions
For formulaHandler only, logicals.
Should the formula structure be tested before attempting to generate the plot? See Note below.
get.zcase.dimensions
For formulaHandler only, logical. Should the dimensions
of any multiple zcases b calculated? See Note below.
output
For formulaHandler only, character vector. The format to return
function output in.
striplab
For stripHandler only, character vector. If supplied, the
label to add to the panel strip when conditioning is applied. By default, it applies
the standard lattice convention, i.e., show for numerics.