adj_infinite | R Documentation |
Replace infinite values with the minimum/maximum of the finite values
adj_infinite(arr)
arr |
array or matrix |
adjusted array
Other array adjustment functions:
adj_clamp()
,
adj_gamma()
,
adj_rescale()
,
adj_shift_negatives_global()
,
adj_shift_negatives_local()
arr <- array(c(-Inf, Inf, 1:10), c(4, 3, 1))
arr
adj_infinite(arr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.