stat_summary_boxplot.Rd
Adds a boxplot layer without outliers to a ggplot. It uses the aesthetics of the ggplot() call.
ggplot()
stat_summary_boxplot(size = 0.5, width = 0.5)
Numeric of length 1. Passed through poistion_dodge(width=width).
Numeric of length 1. Size of the label.
ggplot2::stat_summary()
amitjavilaventura