powered by
This function returns the difference of maximum and minimum of a given vector.
drange(x)
a numeric vector.
the difference of maximum and minimum of a given vector
# NOT RUN { (x <- rnorm(5)) # drange() is deprecated. Use U_range() # drange(x) # }
Run the code above in your browser using DataLab