man/my_plot_theme_example.R

library(ggplot2)
library(magrittr)
library(dplyr)

tibble(
  x = 1:5,
  y = 6:10) %>%
  ggplot(
    aes(x, y)) +
  geom_point() +
  my_plot_theme()
bsevansunc/packr documentation built on Dec. 19, 2021, 12:44 p.m.