plot | R Documentation |
Plot method for an object of class "acc"
, "rcc"
, and "racc"
.
## S3 method for class '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 class '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 class '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, ...)
x |
an object of class |
digits |
number of significant digits to use, see print. |
col.line |
line color connecting subgroup estimates. |
col.background |
background color for in-control region. |
col.boundary |
boundary color for in-control region. |
cex.text |
magnification to be used for the text labels (LCL, CL, UCL). |
x.text |
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. |
text.offset |
an offset value for the text labes (LCL, CL, UCL). |
LCL |
lower control limit. If missing, use the value from an object of class |
CL |
center line. If missing, use the value from an object of class |
UCL |
upper control limit. If missing, use the value from an object of class |
... |
additional parameters to plot. |
Chanseok Park
acc
{rQCC}, rcc
{rQCC}, racc
{rQCC}, plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.