latticist.options {latticist} | R Documentation |
A basic user settings facility, like options
and
lattice.options
.
latticist.options(...) latticist.getOption(name)
name |
character giving the name of a setting. |
... |
new options can be defined, or existing ones modified, using one or more arguments of the form 'name = value' or by passing a list of such tagged values. Existing values can be retrieved by supplying the names (as character strings) of the components as unnamed arguments. |
The available options and their current values can be seen with
str(latticist.options())
.
The options are:
use.playwith
latticist
.
defaultPlot
latticistCompose
. Note, this value can be
over-ridden by specifying defaultPlot
in the spec
argument.
xyLineType
add.sub
, sub.func
add.sub
to FALSE to omit the subtitle. Set
sub.func
to a character value for the subtitle, or a
function to generate the subtitle. It is passed arguments
spec
and nPoints
.
MANY
, VERYMANY
For qqmath
, in the VERYMANY
case, the f.value
argument is used to approximate the distribution with 100 points.
For densityplot
, in the VERYMANY
case, data points
are not drawn.
style.MANY
, style.3panels
, etcsimpleTheme
.
First, if the number of panels is 3 or more, the values in
style.3panels
are used. If the number of panels is 7 or
more, the values in style.7panels
are also used.
Next, if the number of data points (per panel) exceeds
MANY
, the values in style.MANY
are used.
If they also exceed VERYMANY
, the values in
style.VERYMANY
are used in addition to those already
set.
max.panels
disc.levels
, shingle.overlap
nLevels
in
the spec
argument.
shingle.overlap
sets the amount of overlap for shingles;
passed to equal.count
.
catch.errors
tryCatch
block and thus allow debugging.
str(latticist.options())