
Pixelgen theme
theme_pixelgen.Rd
This function returns a ggplot2 theme that is styled with Pixelgen branding.
Examples
library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point() +
theme_pixelgen()
theme_pixelgen.Rd
This function returns a ggplot2 theme that is styled with Pixelgen branding.
library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point() +
theme_pixelgen()