R/theme_dviz_half_open.R

Defines functions theme_dviz_half_open

Documented in theme_dviz_half_open

#' @title theme_dviz_half_open()
#'
#' @description ggplot theme taken from https://github.com/clauswilke/dataviz/blob/master/R/themes.R
#' @export

theme_dviz_half_open <- 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.