plot.npqcs: Plot method for 'npqcs' objects

View source: R/plot.npqcs.R

plot.npqcsR Documentation

Plot method for 'npqcs' objects

Description

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

Usage

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

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.


mflores72000/qcr documentation built on July 1, 2023, 9:17 p.m.