R/theme-sraplus.R

Defines functions theme_sraplus

Documented in theme_sraplus

#' plotting theme for sraplus
#'
#' @param base_size the font size
#'
#' @return a theme object
#' @export
#'
theme_sraplus <- function(base_size = 14){
  
  out <- ggplot2::theme_bw(base_size = base_size)
  
}
DanOvando/sraplus documentation built on July 22, 2023, 12:03 p.m.