This function returns c(NA, NA)
instead of c(-Inf, Inf)
for zero-length data
without any warnings.
Usage
range_noinf(x, na.rm = FALSE, finite = FALSE)
Arguments
- x
(numeric
)
a sequence of numbers for which the range is computed.
- na.rm
(logical
)
indicating if NA
should be omitted.
- finite
(logical
)
indicating if non-finite elements should be removed.
Value
A 2-element vector of class numeric
.