Usage
## S3 method for class 'mandel.kh':
plot(x, probs = c(0.95, 0.99), main, xlab = attr(x, "grouped.by"),
ylab = attr(x, "mandel.type"), ylim = NULL, las = 1,
axes = TRUE, cex.axis = 1, frame.plot = axes,
lwd = 1, lty = 1, col = par("col"),
col.ind = 1, lty.ind = c(2, 1), lwd.ind = 1,
separators = TRUE, col.sep = "lightgrey", lwd.sep = 1, lty.sep = 1,
zero.line = TRUE, lwd.zero = 1, col.zero = 1, lty.zero = 1,
p.adjust = "none", ...)
Arguments
x
An object of class 'mandel.kh'
probs
Indicator lines are drawn for these probabilities. Note that
probs
is interpreted as specifying two-tailed probabilities
for Mandel's h and one-sided (upper tail) probabilities for
Mandel's k.
main
a main title for the plot. If missing, the default is
paste(deparse(substitute(x)), "- Mandel's",
attr(x, "mandel.type"),
if(attr(x, "mandel.method") == "robust") "(Robust variant)")
xlab
a label for the x axis; defaults to the grouped.by
attribute for
x
.
ylab
a label for the x axis; defaults to the mandel.type
attribute for
x
.
ylim
the y limits of the plot. For Mandel's k, the default lower limit is zero.
las
the style of the axis labels; see par
for details.
axes
a logical value indicating whether axes should be drawn
on the plot.
cex.axis
The magnification to be used for axis annotation
relative to the current setting of 'cex'.
frame.plot
Logical; If TRUE
a box is drawn around the plot.
lwd, lty, col
Graphical parameters used for the plotted vertical lines corresponding
to each value of Mandel's statistics (the plot is of type "h"). All are
recycled across the prinmary grouping factor, allowing different measurands/test
items to be identified
col.ind, lty.ind, lwd.ind
Graphical parameters used for the indicator lines, recyckled to length(probs)
.
For attr(x, "mandel.type")=="h"
the graphical parameters are applied to negative
as well as positive indicator lines, applied outwards from zero.
separators
Logical; if TRUE
, separator lines are drawn between groups of values.
col.sep, lwd.sep, lty.sep
Graphical parameters used for the separator lines.
zero.line
logical; if TRUE
a horizontal line is drawn at zero.
lwd.zero, col.zero, lty.zero
Graphical parameters used for the zero line.
p.adjust
Correction method for probabilities. If not "none"
, passed to p.adjust
prior to calculating indicator lines. Usually, indicator lines are drawn without
correction (that is, with p.adjust="none"
); specifying a p-
...
Other (usually graphical) parameters passed to plot
.