View source: R/remove_outliers.R
remove_outliers | R Documentation |
Remove outliers outside of 1st and 3rd quartile by making the values NA
remove_outliers(x)
x |
A numeric vector, can contain NA. |
The numeric vector without outliers (points outside 1st/3rd quartiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.