Learn R Programming

qcr (version 0.1-18)

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

"plot"(x, title, subtitle, xlab, ylab, ylim, ...)
"plot"(x, title = NULL, subtitle = NULL, xlab = NULL, ylab = NULL, ylim = NULL, ...)
"plot"(x, title = NULL, subtitle = NULL, xlab = NULL, ylab = NULL, ylim = NULL, ...)
"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.