My custom GGPlot2 theme
1 |
1 2 3 4 | library(ggplot2)
ggplot(mpg, aes(displ, hwy, colour = class)) +
geom_point() +
theme_james()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.