Takes in a numeric vector and returns back the range of that vector
Details
Takes in a numeric vector and returns the range of that vector using
the diff
and range
functions.
Examples
hai_range_statistic(seq(1:10))
#> [1] 9
Takes in a numeric vector and returns back the range of that vector
Takes in a numeric vector and returns the range of that vector using
the diff
and range
functions.
hai_range_statistic(seq(1:10))
#> [1] 9