theme_fade | R Documentation |
A ggplot2 theme
theme_fade(...)
library(ggplot2)
ggplot(iris) +
geom_point(aes(x = Sepal.Length, y = Sepal.Width, color = Species)) +
theme_fade()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.