plot.CC: Plot Shewhart Control Charts

Description Usage Arguments Value Author(s) References

Description

This function plots control charts of various types.

Usage

1
2
## 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


CC documentation built on Aug. 27, 2019, 9:02 a.m.

Related to plot.CC in CC...