diffrange {CC} | R Documentation |
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
Author(s)
W.J. Braun
References
Montgomery, D.C. (2000) Introduction to Statistical Quality Control, Wiley
See Also
Examples
x <- rnorm(10)
diffrange(x)
[Package CC version 1.0 Index]