The theme is built on top theme_bw
in order to follow the style
of the Coursera's assignment
1 |
1 2 | library(ggplot2)
ggplot(mtcars) + geom_point(aes(x = wt, y = mpg)) + theme_timeline()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.