mR_points {ggQC} | R Documentation |
Calculates a one-point moving range vector given an input vector of values. Output often used to produce mR-chart.
mR_points(y)
y |
: vector of values |
Vector of one-point moving range.
y <- seq(-5:5)
mR_points(y)