R/theme_dataedu.R

Defines functions theme_dataedu

Documented in theme_dataedu

#' ggplot2 theme for Data Science in Education Using R
#'
#' @description
#' Apply the 'Data Science in Education Using R' background and font to ggplot2.
#'
#' @usage
#' theme_dataedu()
#'
#' @details
#' The dataedu theme uses the font Cabin.
#' 
#' @rdname theme_dataedu
#' @export
theme_dataedu <- function() {
  ggplot2::theme_minimal(base_size = 12,
                         base_family = "Cabin")
}
data-edu/dataedu documentation built on July 6, 2020, 7:50 p.m.