R/themes.R

Defines functions theme_avalanche

theme_avalanche <- function() {
  library(ggplot2)
  theme_minimal(base_size = 14) +
    theme(panel.grid.minor = element_blank())
}
emptyfield-ds/r_packages_write_code documentation built on Jan. 2, 2022, 12:15 a.m.