Universal theme for all AMR plots with consistent styling.
Examples
library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point() +
amr_theme()
Universal theme for all AMR plots with consistent styling.
library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point() +
amr_theme()