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