Description Usage Arguments Details Value
View source: R/crossplot_outliers.R
This function will return a logical index where outliers are set to
TRUE. The user can imput either imput the number of desired
outliers, num.outliers, or the percentile corresponding to
the outliers percentile.outliers, but not both.
1 | get_outlier_logicals(x, num.outliers = NULL, percentile.outliers = NULL)
|
x |
a numeric vector |
num.outliers |
the number of outliers. Defaults to |
percentile.outliers |
the percentile used to measure
outliers. Defaults to |
Note: NA values will be replaced with the mean value.
a logical index where outliers are set to TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.