RE: Make Better Boxplots!! - ggplot Tutorial 7
It's been a while since I touched R & ggplot. You can center the title with + theme(plot.title = element_text(hjust = 0.5)) after the labs() part.
+ theme(plot.title = element_text(hjust = 0.5))
The other parts are good.
RE: Make Better Boxplots!! - ggplot Tutorial 7