Generic function for plotting Multivarite charts of object of class 'fdqcd' to perform statistical quality control.
Usage
# S3 method for fdqcd
plot(x, y = NULL, title = NULL, xlab = NULL, ylab = NULL, col = NULL, ...)
Arguments
- x
Object fdqcd (pashe I)
- y
Object fdqcd (monitoring)
- title
An overall title for the plot.
- xlab
A title for the 'x' axis.
- ylab
A title for the 'y' axis.
- col
The color for curves.
- ...
Arguments to be passed to or from methods.