plot.odm: a plot-method for a "OutlierDM" object

Description Usage Arguments Details See Also

Description

This function provides a MA scatter plot with quantile regression based boxlplot.

Usage

1
2
3
## S4 method for signature 'OutlierDM'
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.

cex

See plot.defalut.

legend.use

logical option for using legend box

main

main title for the plot

...

plot.default arguments

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.

See Also

odm


OutlierDM documentation built on May 1, 2019, 7:58 p.m.