Learn R Programming

qcr (version 1.4)

plot.npqcs: 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 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

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.