Learn R Programming

qcr (version 1.4)

plot.mqcs: Plot method for 'mqcs' objects

Description

Generic function for plotting Multivarite charts of object of class 'mqcs' to perform statistical quality control.

Usage

# S3 method for mqcs
plot(x, title, subtitle, xlab, ylab, ylim, ...)

# S3 method for mqcs.t2 plot( x, title = NULL, subtitle = NULL, xlab = NULL, ylab = NULL, ylim = NULL, ... )

# S3 method for mqcs.mcusum plot( x, title = NULL, subtitle = NULL, xlab = NULL, ylab = NULL, ylim = NULL, ... )

# S3 method for mqcs.mewma plot( x, title = NULL, subtitle = NULL, xlab = NULL, ylab = NULL, ylim = NULL, ... )

Arguments

x

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

...

arguments to be passed to or from methods.