plot: Plot a quality control chart

Description Usage Arguments Value Methods (by class) Author(s) See Also

Description

Plot a 'cgrcusum', 'bkcusum', 'bercusum' or 'funnelplot' chart.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'cgrcusum'
plot(x, h, ...)

## S3 method for class 'bkcusum'
plot(x, h, ...)

## S3 method for class 'funnelplot'
plot(x, percentage = TRUE, ...)

## S3 method for class 'bercusum'
plot(x, h = x$h, ...)

Arguments

x

chart to plot

h

control limit to display for 'cgrcusum', 'bkcusum' or 'bercusum'

...

further plotting parameters

percentage

Should output be shown in percentages?

Value

A plot of the associated chart is displayed in the current graphics device.

Methods (by class)

Author(s)

Daniel Gomon

See Also

cgrcusum, bkcusum, bercusum, funnelplot


cgrcusum documentation built on Nov. 22, 2021, 9:09 a.m.