Description Usage Examples
View source: R/theme_james.R
My custom GGPlot2 theme
1
theme_james()
1 2 3 4
library(ggplot2) ggplot(mpg, aes(displ, hwy, colour = class)) + geom_point() + theme_james()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.