is_outlier | R Documentation |
Return TRUE if the value is an outlier (boxplot criteria).
is_outlier(x)
x |
A numeric vector |
A boolean vector with the return from the condition check.
x <- c(rnorm(10),10)
x
is_outlier(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.