Print sample size outside of boxplot boundary with ggplot in R
I’d like to display the sample size of each species on my boxplot, but the plot is fairly cluttered. Is there a way to display the sample size on the "outside" of the plot with "N" as the header (sample size should go in the red area I highlighted)? df <- data.frame(year = rep(c(2019, 2020),… Read More Print sample size outside of boxplot boundary with ggplot in R