Setup
Loading the R libraries and data set.

Loading libraries

library(geomtextpath) # For adding text to ggplot2 curves
library(tidytuesdayR) # For loading data set
library(ggbeeswarm) # For creating a beeswarm plot
library(tidyverse) # For the gg…

Continue reading: <a href=“https://www.r-bloggers.com/2022/01/plotting-bee-colony-observations-and-distributions-using-ggbe