theme_gR | R Documentation |
A theme that is conditionally dark or minimal (by default). Dark if you use it in RStudio.
theme_gR()
ggplot(iris, aes(Sepal.Length, Petal.Width)) +
geom_point() +
theme_gR()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.