plot.npqcs | R Documentation |
Generic function for plotting Multivariate charts of object of class 'npqcs' to perform statistical quality control.
## S3 method for class 'npqcs'
plot(x, title, subtitle, xlab, ylab, ylim, lim = TRUE, ...)
## S3 method for class 'npqcs.r'
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
## S3 method for class 'npqcs.Q'
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
## S3 method for class 'npqcs.S'
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
x |
An object of class "npqcs" (Multivariate Statistical Quality Control) |
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. |
lim |
A logical value indicating that limits should be constant. |
... |
Arguments to be passed to or from methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.