mR_points {ggQC} | R Documentation |
One Point Moving Range of Vector
Description
Calculates a one-point moving range vector given an input vector of values. Output often used to produce mR-chart.
Usage
mR_points(y)
Arguments
y |
: vector of values |
Value
Vector of one-point moving range.
Examples
y <- seq(-5:5)
mR_points(y)
[Package ggQC version 0.0.31 Index]