Description Usage Author(s) Examples
View source: R/aveytoolkit_getBaseTheme.R
getBaseTheme
Defines universal plotting settings to use with ggplot2
1 |
Jason Vander Heiden <jason.vanderheiden@yale.edu>, Stefan Avey <stefan.avey@yale.edu>
1 2 3 | p <- ggplot(mtcars, aes(wt, mpg))
p <- p + geom_point() + getBaseTheme()
plot(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.