Description Usage Arguments Examples
View source: R/plot_outliers.R
The 'plot_outliers' function below draws a boxplot and a scatterplot of a numeric variable x and plots the values of the outliers (currently not offset, even if they overlap). For relatively small datasets, it can be a quick way to identify which outliers look reasonable and which are likely a result of transcription or measurement error, and thus should be either corrected or discarded.
1 | plot_outliers(x, val_col = "blue", ...)
|
x |
vector |
1 2 | plot_outliers(airquality$Wind, col = "darkgreen", main = "wind")
[Plot outliers and their values | modTools](https://modtools.wordpress.com/2020/03/13/plot-outliers-and-their-values/)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.