R6Class representing a control chart sample. Multiple samples may form a
ControlChartPhase.
1 | sample = ControlChartSample$new(value, name)
|
new(value, name = character())Initialize the sample.
valueA numeric vector.
namecharacter.
get_id()Get the sample's id.
get_length()Get the sample's length.
get_name()Get the sample's name.
get_value()Get the sample's value.
set_name(name)Set the sample's name.
set_value(value)Set the sample's value.
value | A numeric vector.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.