ControlChartControlLine: ControlChartControlLine

Description Usage Format Methods

Description

ControlChartControlLine

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Methods

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.

DavidBarke/QWUtils documentation built on Jan. 13, 2020, 11:52 a.m.