theme_cowplot_cl | R Documentation |
theme_cowplot
Modified version of theme_cowplot
for publication quality
graph creation.
theme_cowplot_cl(font.size = 11)
font.size |
the main font size for the graph. Equivalent to
the |
library(ggplot2)
data(mtcars)
ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point(aes(color = hp)) +
theme_cowplot_cl() +
labs(title = "Graph title",
subtitle = "Graph Subtitle",
caption = "Graph caption")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.