powered by
compute_boxplot(x, var = NULL, coef = 1.5)
layer_boxplots
mtcars %>% compute_boxplot(~mpg) mtcars %>% group_by(cyl) %>% compute_boxplot(~mpg)
Run the code above in your browser using DataLab