Usage
parHandler(scheme = NULL, ...)
#related
getArgs(source = TRUE, local.resets = TRUE,
user.resets = TRUE, is.scales.lines = FALSE,
elements = NULL, ..., defaults = list(),
defaults.only = FALSE)
getPlotArgs(defaults.as = "axis.line", source = TRUE,
local.resets = TRUE, user.resets = TRUE,
elements = NULL, ..., is.scales.lines = NULL,
defaults.only = TRUE)
isGood4LOA(arg)Arguments
scheme
The color scheme to apply. This can be a list of parameters to apply
or a character vector for a pre-defined scheme. Current pre-defined schemes include
'greyscale' (for black and white figures).
source, local.resets, user.resets
When recovering plot arguments
with getArgs or getPlotArgs, places to search for relevant
parameters. If supplied these would typically be vectors or lists. If vectors,
they are assumed to be col setti
is.scales.lines
When recovering arguments with getArgs or getPlotArgs,
should source be treated as a lattice scales list? If so, and source
is checked for line parameters, line-specific terms such
elements
When recovering arguments with getArgs or getPlotArgs, this
identifies the elements in source, local.resets and user.resets that
may contain case-specific information. As with
...
Other arguments, often ignored.
defaults, defaults.only, defaults.as
When recovering arguments with getArgs,
defaults is an optional 'fall-back' in case nothing is recovered from source,
local.resets and user.resets. defaults.only is a
arg
For isGood4LOA a plot argument that can used
to turn a plot panel or panel component on or off.