powered by
Compute the range of a numeric vector
ds_range(x, na.rm = FALSE)
a numeric vector
a logical value indicating whether NA values should be stripped before the computation proceeds.
Range of x
x
stat_range() has been deprecated. Instead use ds_range().
stat_range()
ds_range()
range
# NOT RUN { ds_range(mtcars$mpg) # }
Run the code above in your browser using DataLab