powered by
Truncate values of high magnitude in a vector.
deInf(x, replace = 1/.Machine$double.eps)
Returns x with elements whose magnitudes exceed replace
x
replace
replaced replaced by replace (or its negation). If replace is "maxint" or "intmax", .Machine$integer.max is used instead.
"maxint"
"intmax"
.Machine$integer.max
NA and NAN values are preserved.
NA
NAN
a numeric or integer vector.
a number or a string "maxint" or "intmax".