Visualize the outliers identified by each method
Arguments
- x
. the datacleaner object
- select
vect
. Enter selected groups to be displayed especially if they are greater than 10. For example if the species are more than 10, the plot will be done in batches.- color
string
. Color of the bars. Default isgrey
.- desc
logical
To either arrange the bars in ascending or descending order.- ncol, nrow
integer
If number of groups are greater than 1, then number of rows and columns can be set. Check ggplot2 facet parameters on how the columns are set.