R/theme_eumelareg_base.R

Defines functions theme_eumelareg_base

Documented in theme_eumelareg_base

#' Base theme in EuMelaReg style
#'
#' This function defines the base theme for eumelareg functions with longer y-axis ticks and corbel as the default font.
#' @export

theme_eumelareg_base <- function(){
  theme_bw() +
    theme(panel.grid = element_blank(),
          panel.border = element_blank(),
          axis.ticks.length = unit(.20, "cm")
          )
}
MBender1992/emR documentation built on Feb. 18, 2025, 9:21 a.m.