Usage
condsPanelHandler(..., conds = NULL, panel = NULL,
by.cond = NULL, process = TRUE, plot = TRUE)
groupsPanelHandler(..., groups = NULL, panel = NULL,
by.group = NULL, process = TRUE, plot = TRUE)
zcasesPanelHandler(..., zcases = NULL, panel = NULL,
by.zcase = NULL, process = TRUE, plot = TRUE)
groupsAndZcasesPanelHandler(panel=NULL, ...,
plot = TRUE, process = TRUE)
groupsHandler(z = NULL, groups = NULL, ..., group.ids = NULL,
handler = "zzz")
zcasesHandler(z = NULL, zcases = NULL, ..., zcases.ids = NULL,
handler = "zzz")
groupsAndZcasesHandler(..., loa.settings = NULL)
stepwiseZcasesGlyphHandler(zcases = NULL, ..., zcase.ids = NULL,
panel.elements = NULL, loaGlyph = NULL)Arguments
...,
Additional arguments. See Notes below.
conds, panel, by.cond
For all supplied additional arguments,
conds is a vector of conditioning indices. This is
typically a logical, numeric, factor or character vector which can
be used to assign other elements undeclared call arguments to specific
plot, process, loa.settings
Passed to and handled by panelPal.
For panels that can be preprocessed, plot and process turn off or
on processing and the plotting steps of the panel code. See groups, by.group
As conds and by.cond but for
grouping.
zcases, by.zcase
As conds and by.cond but for
zcase condition.
z, handler
The z data series and any associated plot arguments that
need special handling.
group.ids, zcases.ids, zcase.ids
If given, vectors of the unique cases in
groups and zcases, respectively.
panel.elements
If given, the names of all plot arguments that have been
vectorized by panelPal.
loaGlyph
(For stepwiseZcasesGlyphHandler only), the loa glyph to
drawn. See loa.glyphs for further details.