| theme_cowplot {cowplot} | R Documentation |
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)
font_size |
Overall font size. Default is 14. |
font_family |
Default font family. |
line_size |
Default line size. |
The theme.
qplot(1:10, (1:10)^2) + theme_cowplot(font_size = 15)