plot: a plot-method for a "OutlierDM" object
Description
This function provides a MA scatter plot with quantile regression based boxlplot.
Usage
"plot"(x, y = NA, pch = 20, cex = 0.5,
legend.use = TRUE, main, ...)
Arguments
x
fitted model object of class odm.
y
the "y" argument is not used in the plot-method for "OutlierDM" object.
pch
a vector of plotting characters or symbols: see plot.defalut.
legend.use
logical option for using legend box
main
main title for the plot
Details
This function is a method for the generic function plot for the S4 class
OutlierDM. It can be invoked by calling print for an object of the
appropriate class, or directly by calling plot.OutlierDM regardless of
the class of the object.