Learn R Programming

CC (version 1.0)

diffrange: difference of range

Description

This function computes the length of the range of a sample.

Usage

diffrange(x)

Arguments

x

a numeric vector

Value

a numeric object

References

Montgomery, D.C. (2000) Introduction to Statistical Quality Control, Wiley

See Also

RCC, xbarRCC

Examples

Run this code
# NOT RUN {
x <- rnorm(10)
diffrange(x)
# }

Run the code above in your browser using DataLab