drange {UncDecomp} | R Documentation |
This function returns the difference of maximum and minimum of a given vector.
drange(x)
x |
a numeric vector. |
the difference of maximum and minimum of a given vector
(x <- rnorm(5))
# drange() is deprecated. Use U_range()
# drange(x)