Skip to contents

A custom ggplot2 theme to be used in the application.

Usage

custom_plot_theme()

Value

A list with ggplot2 theme layers

Examples

library(ggplot2)
ggplot(mtcars, aes(mpg, cyl)) + 
  geom_point() + 
  custom_plot_theme()