R/theme_avf.R

Defines functions theme_avf

theme_avf <- function(f) {
  theme_minimal(base_family = f) +
    theme(panel.grid.minor = element_blank(),
          plot.background = element_rect(fill = "white", color = NA),
          plot.title = element_text(face = "bold",hjust = .5),
          axis.title = element_text(face = "bold"),
          strip.text = element_text(face = "bold"),
          strip.background = element_rect(fill = "grey80", color = NA),
          legend.title = element_text(face = "bold",hjust = .5))
}
andrewvanleuven/rleuven documentation built on July 19, 2022, 12:13 a.m.