View source: R/remove_outliers.R
Removes outliers from a vector of data based on a minimum and maximum threshold
1 | remove_outliers(data, min_val, max_val)
|
data |
vector of data |
min_val |
mimimun value allowed in dataset |
max_val |
maximum value allowed in dataset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.