Plot method for an object of class "acc"
, "rcc"
, and "racc"
.
# S3 method for acc
plot(x, digits= getOption("digits")-2, col.line="cyan4",
col.background="ivory", col.boundary="ivory4",
cex.text=0.7, x.text, text.offset=0, LCL, CL, UCL, ...)# S3 method for rcc
plot(x, digits= getOption("digits")-2, col.line="cyan4",
col.background="ivory", col.boundary="ivory4",
cex.text=0.7, x.text, text.offset=0, LCL, CL, UCL, ...)
# S3 method for racc
plot(x, digits= getOption("digits")-2, col.line="cyan4",
col.background="ivory", col.boundary="ivory4",
cex.text=0.7, x.text, text.offset=0, LCL, CL, UCL, ...)
an object of class "rcc"
.
number of significant digits to use, see print.
line color connecting subgroup estimates.
background color for in-control region.
boundary color for in-control region.
magnification to be used for the text labels (LCL, CL, UCL).
a vector of x-coordinates where the text labels (LCL, CL, UCL) should be written. If missing, the text labels will be written on the right side.
an offset value for the text labes (LCL, CL, UCL).
lower control limit. If missing, use the value from an object of class "rcc"
or "acc"
.
center line. If missing, use the value from an object of class "rcc"
or "acc"
.
upper control limit. If missing, use the value from an object of class "rcc"
or "acc"
.
additional parameters to plot.
Chanseok Park
acc
{rQCC}, rcc
{rQCC}, racc
{rQCC}, plot