View source: R/general_functions.R
removeOutliers | R Documentation |
Outliers are defined as points more than a multiplier * IQR above the third quartile or multiplier * IQR below the first quartile. The default multiplier is 1.5.
removeOutliers(x, multiplier = 1.5)
x |
A vector of numeric values |
multiplier |
A value to multiply by IQR |
The vector with outliers replaced by 'NA'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.