Description Usage Format Methods
ControlChartControlLine
1 |
An object of class R6ClassGenerator of length 24.
new(quantile = 0)Initialise a new object of class
ControlChartControlLine.
quantile | Numeric value representing the quantile corresponding to this control line. |
get_id()Get the control line's id.
get_name()Get the quantile associated with this control line.
get_quantile()Get the quantile associated with this control line.
get_value(params, type = c("xbar_R", "xbar_s", "R", "s", "p"))Compute the value of the control line in terms of the observed variables.
params | List of control chart parameters returned by
ControlChart$get_params(). |
type | The control chart's type. |
set_quantile(quantile)Set the quantile associated with this control line.
quantile | Numeric value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.