Generic function for plotting Multivarite charts of object of class 'npqcs' to perform statistical quality control.
# S3 method for npqcs
plot(x, title, subtitle, xlab, ylab, ylim, lim = TRUE, ...)# S3 method for npqcs.r
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
# S3 method for npqcs.Q
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
# S3 method for npqcs.S
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
Object npqcs (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
a logical value indicating that limits should be constant.
arguments to be passed to or from methods.