diffrange {CC} | R Documentation |
This function computes the length of the range of a sample.
diffrange(x)
x |
a numeric vector |
a numeric object
W.J. Braun
Montgomery, D.C. (2000) Introduction to Statistical Quality Control, Wiley
x <- rnorm(10)
diffrange(x)