View source: R/ggplot_themes.R
plotTheme | R Documentation |
A customized ggplot2 theme.
plotTheme(theme = "basic", ...)
theme |
One of 'basic', 'presentation', or 'figure'. Defaults to 'basic'. |
... |
Other arguments to pass to |
ggplot(aes(x,y)) + geom_point() + plotTheme(theme = "basic", legend.position = "none")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.