plot.CC {CC} | R Documentation |
Plot Shewhart Control Charts
Description
This function plots control charts of various types.
Usage
## S3 method for class 'CC'
plot(x, start = 1, ...)
Arguments
x |
Object of class "CC" |
start |
Index of first plotted point |
... |
Arguments to be passed to methods, such as graphical parameters (see 'par'). This method also accepts the argument 'start' which specifies the index of first plotted point, which is 1L by default. |
Value
a plot of control charts for variability and location
Author(s)
W.J. Braun
References
Montgomery, D.C. (2000) Introduction to Statistical Quality Control, Wiley
[Package CC version 1.0 Index]