Using the the ggplot2 R package to create a boxplot with individual data points overlayed (CC091)
Boxplots in R with ggplot and geom_boxplot() [R- Graph Gallery Tutorial]
Add Mean & Median to Histogram in R (4 Examples) | Base R & ggplot2 | hist, abline & text Functions
Draw Boxplot with Means in R (2 Examples) | Add Mean Values | points, text & stat_summary [ggplot2]
R : How to reorder x-axis in geom_boxplot by mean of the group in R?
Using stat_summary from ggplot2 to add a statistics layer to plots in R (CC089)
Adding lines and asterisks of statistical significance on a figure with ggplot2 (CC093)
Boxplot with Letters Indicating Significant Differences
Creating a grouped box plot and range plot in ggplot2 with stat_summary and geom_boxplot (CC109)
R Tutorial : Stats with geoms
R programming tutorial: Add a box plot inside a violin plot using ggplot2 in R
Statistics using R programming - Box Plots with ggplot2 in R
Powerful R Functions Every Data Analyst Should Know
ggplot2 tutorial: Box Plots
gghalves: Make hybrid (half boxplot + half dotplot) visualizations with ggplot2
Identify and replace outliers with means of groups in R | Outliers
How to create a violin plot with ggplot2 in R with geom_violin and geom_dotplot (CC092)
Re-creating CODAP Visuals in R Using ggplot
Grouped stacked barchart for individuals using ggplot2 with geom_col and facet_grid (CC106)