Description Usage Arguments Examples
Throw out elements that exceed a certain absolute value.
1 | cut_off_elementwise(e, cutoff = 1.96)
|
e |
An element of a vector. |
cutoff |
A numeric cutoff value. |
1 | mtcars$carb[3:15] %>% purrr::map(cut_off_elementwise, cutoff = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.