Learn R Programming

IQCC (version 1.0)

Saprox: Approx. S control chart.

Description

This function builds a traditional 3-sigma S chart.

Usage

Saprox(x)

Arguments

x
The data to be plotted.

Value

  • Return a S control chart.

See Also

Sexact

Examples

Run this code
data(softdrink)
Saprox(softdrink)

Run the code above in your browser using DataLab