Description Usage Arguments Details Examples
I find that I am copying and psting the same long command for my favorite theme settings, so I figure I'd write that into this package to simplify the process.
1 |
... |
Passed to [ggplot2::theme()] |
The specifications of this theme is as follows:
theme_classic()+
theme(
plot.title = element_text(hjust = 0.5, size = 24, colour="black"),
plot.subtitle = element_text(hjust = 0.5, size = 18, colour="black"),
legend.title = element_text(hjust = 0.5, size = 16, colour="black"),
plot.caption = element_text(size = 12, colour="black"),
axis.title = element_text(size = 16, colour="black"),
axis.text.x = element_text(size = 14, colour="black"),
axis.text.y = element_text(size = 14, colour="black"),
legend.title.align = 0.5)
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.