I’d like to know if it is possible to change some default parameters of ggplot2 graphics, like font size for instance, for a whole R session. The idea is to avoid setting them for each plot.
I’d like to know if it is possible to change some default parameters of
Share
Use
theme_set()