Description Usage Arguments Value Examples
View source: R/valuefunctions.R
This function replaces all non finite values in a vector with a value provided by the user. NA, NaN, Inf are all examples of non finite values.
1 | nonFinToVal(x, y = 0)
|
x |
the vector to replace all non finite values in |
y |
the value to replace the non finite values with |
a new vector with all non finite values replaced by y
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.