powered by
Calculates a one-point moving range vector given an input vector of values. Output often used to produce mR-chart.
mR_points(y)
: vector of values
Vector of one-point moving range.
# NOT RUN { y <- seq(-5:5) mR_points(y) # }
Run the code above in your browser using DataLab