SyntaxFix
Write A Post
Hire A Developer
Questions
You can use theme_get() to display the possible options for theme. You can control the legend font size using:
theme_get()
+ theme(legend.text=element_text(size=X))
replacing X with the desired size.