Description Usage Arguments Details Value
View source: R/supporting_functions.R
ClipValues
Clips the extremely large or small values of an input vector.
1 | ClipValues(values, max.thresh, min.thresh = 0)
|
values |
(vector) input variables to clip. |
max.thresh |
(numeric) values above this value will be assigned to this value. |
min.thresh |
(numeric) values below this value will be assigned to this value. |
Clips the extremely large or small values of an input vector.
values input vector, altered to have new minimum/maximum values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.