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 Multivarite 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

Object npqcs (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

lim

a logical value indicating that limits should be constant.

...

arguments to be passed to or from methods.


qcr documentation built on March 18, 2022, 6 p.m.