R/theme_dviz.R

Defines functions theme_dviz

Documented in theme_dviz

#' @title theme_dviz()
#'
#' @description ggplot theme taken from https://github.com/clauswilke/dataviz/blob/master/R/themes.R
#' @export
theme_dviz <- function(font_size = 14, font_family = ""){
  cowplot::theme_cowplot(font_size = font_size, font_family = font_family)
}
SimonCoulombe/pkgsimon documentation built on Sept. 5, 2019, 9:12 p.m.