is_outlier | R Documentation |
Uses the geom_boxplot() algorithm to identify the outlier points.
is_outlier(x, ...)
x |
A vector of numeric data. |
... |
Additional parameters to pass to geom_boxplot(). |
A logical vector the same length as x (TRUE if outlier).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.