plot.mqcs {qcr} | R Documentation |
Plot method for 'mqcs' objects
Description
Generic function for plotting Multivarite charts of object of class 'mqcs' to perform statistical quality control.
Usage
## S3 method for class 'mqcs'
plot(x, title, subtitle, xlab, ylab, ylim, ...)
## S3 method for class 'mqcs.t2'
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
## S3 method for class 'mqcs.mcusum'
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
## S3 method for class 'mqcs.mewma'
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
Arguments
x |
Object mqcs (Multivarite Quality Control Statical) |
title |
an overall title for the plot |
subtitle |
a sub title for the plot |
xlab |
a title for the x axis |
ylab |
a title for the y axis |
ylim |
the y limits of the plot |
... |
arguments to be passed to or from methods. |
[Package qcr version 1.4 Index]