Skip to contents

Generic function for plotting Multivariate charts of object of class 'npqcs' to perform statistical quality control.

Usage

# 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,
  ...
)

Arguments

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.