Entering edit mode
6.2 years ago
akang
▴
110
I have calculated the pairwise distances between populations using adegenet (R package) and have plotted them using a boxplot. Labels on the Y axis are overlapping so i want to change the font size. How do I do that? Here is my code
temp <- pairDistPlot(mydata, grp=mydata$pop)
temp$boxplot
From the manual:
Have you tried using regular ggplot2 functions to change ylab text size?