Learn R Programming

ggQC (version 0.0.31)

mR_points: 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

Run this code
# NOT RUN {
y <- seq(-5:5)
mR_points(y)
# }

Run the code above in your browser using DataLab