This function allows you to add the ablanor theme to your ggplotgraphics.

ablanor_plot_theme()

Examples

if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(x = hp, y = mpg, color=cyl, shape=cyl)) +
geom_point(size=3) +
ablanor::ablanor_plot_theme()
} # }