Can any help me change the title text size for these plots. i.e. make them larger?
In theme(), add strip.text = element_text(size=25) or whatever size you want.
theme()
strip.text = element_text(size=25)