style_theme | R Documentation |
Create a simple ggplot theme for graphs
style_theme()
# Create a scatterplot with style!
ggplot2::ggplot(iris,
ggplot2::aes(Sepal.Width, Sepal.Length, color = Species)) +
ggplot2::geom_point(size = 5) +
style_theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.