plot.cgrcusum | R Documentation |
Plot a cgrcusum
, bkcusum
,
bercusum
or funnelplot
chart.
## 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, ...)
x |
Chart to plot |
h |
Control limit to display for |
... |
Further plotting parameters |
percentage |
Should output be shown in percentages? Default is |
A plot of the associated chart is displayed in the current graphics device.
cgrcusum
: Plot a CGR-CUSUM
bkcusum
: Plot a BK-CUSUM
funnelplot
: Display a funnel plot
bercusum
: Plot a Bernoulli CUSUM
Daniel Gomon
cgr_cusum
, bk_cusum
, bernoulli_cusum
, funnel_plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.