range_extend returns a vector containing the minimum and
maximum of all the given arguments rounded outward to the value provided by
nearest.
Arguments
- x
any
numericobject.- nearest
numeric; the range of
xwill be rounded out to the value specified bynearest. Default is 1.
Value
A numeric vector of length 2 specifying the
range of values after rounding outward to the value provided by
nearest.