Learn R Programming

rQCC (version 1.20.7)

plot.rcc: Plot robust quality control chart

Description

Plot method for an object of class "rcc".

Usage

# S3 method for rcc
plot(x, digits=getOption("digits")-2, cex.text=0.7, x.text=1, …)

Arguments

x

an object of class "rcc".

digits

number of significant digits to use, see print.

cex.text

magnification to be used for the text labels (LCL, CL, UCL).

x.text

x-coordinate where the text labels (LCL, CL, UCL) should be written.

additional parameters to plot.

See Also

rcc{rQCC}, plot