Sometimes I am testing graphs and I want to get rid of the lines (coef = 0
) and outliers (outlier.shape = NA
), particularly if I’m overlapping points.
geom_boxplot(coef = 0, outlier.shape = NA)
Sometimes I am testing graphs and I want to get rid of the lines (coef = 0
) and outliers (outlier.shape = NA
), particularly if I’m overlapping points.
geom_boxplot(coef = 0, outlier.shape = NA)