- keeppar:
logical. If TRUE, the graphical parameter settings
"mar", "oma", "cex", "mgp", and "mfg" will be maintained when
leaving high level pl functions,
otherwise, the old values will be restored (default).
- colors:
The palette to be used by pl functions
- csize:
General character size, relative to par("cex")
- pale:
default argument for colorpale
- tickintervals:
vector of length 2. The first element is the
desired number of tick intervals for axes, to be used as argument
n
in pretty
.
The second determines how many tick labels are shown in the same
way, and should therefore be smaller than (or equal to) the first.
- pch:
plotting symbols or characters
- csize.pch:
size of plotting symbols, relative to default.
This may be a function with an argument that will be the number of
observations at the time it is used.
- csize.plab:
size of point labels, relative to csize.pch
- psize.max:
maximum value of size of plotting symbols
- lty, lwd:
line type(s) and width(s)
- col, pcol, lcol:
colors to be used generally and
specifically for points (symbols or text) and lines, respectively,
given as index of ploptions("colors")
.
This are often (and by default) vectors to be used for showing
groups. The first element is usually black.
- colors:
the palette to be used
- censored.pch, censored.size, censored.pale:
...
- gridlines:
can be
-- a logical indicating if gridlines should be drawn. If
TRUE
, gridlines will be drawn at the values given in
attr(.,"ticksat")
;
-- a vector of values at which the gridlines should appear;
-- a list of length 2 of such values;
-- a named list. If a name equals the attribute varname
of either the x or y variable, the respective component will be
used.
smooth.lty, smooth.col
:
line type and color.
Note that if there is a smooth.group
factor,
group.lty
and group.col
are used.
smooth.lwd
:
line width. If of length 2 (or more),
the second element is the factor by which the line width is
reduced for simulated smooths (that is, for the second to the last
column of smoothline$y
). It defaults to 0.7.
- smooth.xtrim:
proportion of fitted values to be trimmed off on
both sides when drawing a smooth line, either a number or a function
that takes the number of points as its argument.
The default is the simple function 2^log10(n)/n
.
The smoothing function may produce an attribute xtrim
that is used as an additional factor to smooth.xtrim
.
This is applied, e.g., to suppress trimming if a straight line is
fitted instead of a smooth by requiring smoothLm
as the
smoothing function.
- smooth.minobs:
minimal number of observations needed for
calculating a smooth.
- smooth.band:
Indicator (logical) determining
whether "low" and "high" smooth lines should be drawn.
See above for their definition.
- condquant...:
Conditional quantiles for censored residuals.
- condquant:
logical: should bars be drawn for censored residuals?
If FALSE
, censored observations will be set to the median of
the conditional distribution and shown by a different plotting
character, see argument censored
of
ploptions
.
If NULL
, the standard plotting character will be used.
- condquant.probrange:
range for probabilities.
If the probability corresponding to the censored part of the
distribution is outside the range, bars will not be drawn.
- condquant.pale:
factor by which the pcol
color
will be paled to show the points (condquant.pale[1]
)
and the bars (...[2]
).