Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

y <- seq(-5:5)
mR_points(y)

ggQC

Quality Control Charts for 'ggplot'

v0.0.31
GPL-3 | file LICENSE
Authors
Kenith Grey
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.