trim_values | R Documentation |
Replace out-of-range values
trim_values(x, below = -Inf, above = Inf, replace_with = NA)
x <- rnorm(n = 10, mean = 0, sd = 1.0) trim_values(x, below = -0.1, above = 0.1, replace_with = NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.