Description Usage Arguments Details Examples
ggplot2 themes
1 |
... |
passed to ggplot2 theme() |
Themes all tweak existing themes but accept any ggplot2 theme arguments to overwrite settings
1 2 3 4 5 6 7 8 9 | ## Not run:
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
labs(title = "My Plot") +
theme_blog(text = element_text(size = 20))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.