Description Usage Arguments Value Examples
View source: R/lambda_functions.R
This function filters a data vector using a given interval so that only the values falling inside the interval remains and any value that is less than the leftmost end gets replaced by that end-value, and similarly, any value greater than the rightmost end gets replaced by that end-value.
1 |
x |
Vector containing data. |
lims |
Limit for the values. Values falling within this limit will pass
without any change. Any value |
The filtered vector.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.