This function provides a custom ggplot2 theme for consistent styling across plots.
Examples
library(ggplot2)
ggplot(mpg, aes(displ, hwy)) +
geom_point() +
plot_theme()
This function provides a custom ggplot2 theme for consistent styling across plots.
library(ggplot2)
ggplot(mpg, aes(displ, hwy)) +
geom_point() +
plot_theme()