View source: R/snazzieR.theme.R
snazzieR.theme | R Documentation |
This theme provides a clean, polished look for ggplot2 plots, with a focus on readability and aesthetics. It includes a custom color palette and formatting for titles, axes, and legends.
snazzieR.theme()
A ggplot2 theme object.
library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point() +
snazzieR.theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.