theme_rw | R Documentation |
A ggplot theme with no grid elements or gray background.
theme_rw()
A ggplot theme object.
ggplot2::ggplot(mtcars, ggplot2::aes(x = hp, y = mpg)) + ggplot2::geom_point() + theme_rw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.