outliers | R Documentation |
A function to determine data outliers based on the interquartile range.
outliers(
data,
iqr = 1.5,
plot = FALSE)
data |
data input |
iqr |
interquartile range of interest |
plot |
TRUE if a plot should be shown |
outliers(data = c(1,2,3,4,15), iqr = 1.5, plot = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.