Usage
"plot"(x, levels = c(0.9, 0.95, 0.99), xlab="", ylab="",
mfrow=NULL, mfcol=NULL, ...)
Arguments
x
An object of the class mdqc.
levels
A vector or scalar between 0 and 1 for displaying
critical values for outliers. See details.
xlab
The label for for x-axis. Note that when there are
multiple plots, the same value of this argument is used for each
one.
ylab
The label for the y-axis. Note that when there are
multiple plots, the same value of this argument is used for each
one.
mfrow
Specify the arrangement of plots on the page, by rows, or
leave NULL to let the function work it out
mfcol
As for mcol, but arrange plots by column instead
...
Other arguments passed to the default plot method.