A custom ggplot2
theme to be used in the application.
Examples
library(ggplot2)
ggplot(mtcars, aes(mpg, cyl)) +
geom_point() +
custom_plot_theme()
A custom ggplot2
theme to be used in the application.
library(ggplot2)
ggplot(mtcars, aes(mpg, cyl)) +
geom_point() +
custom_plot_theme()