View source: R/controlChart_functions.R
controlChart | R Documentation |
This function plots a control chart for monitoring a production process for a product with a continuous measure (e.g., weight of a package).
controlChart(chartdata, mu, sig, n, alpha)
chartdata |
The name of the variable to be plotted. |
mu |
The anticipated mean when the production process is working properly. |
sig |
The anticipated standard deviation when the process is working properly. |
n |
The number of observations per sample. |
alpha |
The significance level. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.