Description Usage Arguments Value Examples
View source: R/qccOperations.R
Augment for qcc
1 | augment.qcc(x, include_center = TRUE, include_stddev = FALSE, gr_func = I, ...)
|
x |
a qcc object |
include_center |
should a column for the centerline be included? |
include_stddev |
should a column for the standard deviation be included? |
gr_func |
function to apply to group labels, useful for dates or numbers. Set this to as.numeric or as.Date when your groups are numbers/dates respectively |
... |
a dataframe for every row in original data along with control chart calculations
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.