powered by
After loading the cowplot package, this theme will be the default for all graphs made with ggplot2.
theme_cowplot(font_size = 14, font_family = "", line_size = 0.5)
Overall font size. Default is 14.
Default font family.
Default line size.
The theme.
# NOT RUN { qplot(1:10, (1:10)^2) + theme_cowplot(font_size = 15) # }
Run the code above in your browser using DataLab