Generic function for plotting Multivarite charts of object of class 'mqcs' to perform statistical quality control.
# S3 method for mqcs
plot(x, title, subtitle, xlab, ylab, ylim, ...)# S3 method for mqcs.t2
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
# S3 method for mqcs.mcusum
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
# S3 method for mqcs.mewma
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
Object mqcs (Multivarite Quality Control Statical)
an overall title for the plot
a sub title for the plot
a title for the x axis
a title for the y axis
the y limits of the plot
arguments to be passed to or from methods.