R/theme_Amelia.R

Defines functions theme_Amelia

Documented in theme_Amelia

#' A ggplot Theme Function
#'
#' This function adds a theme to ggplots
#' @param Theme used to display ggplots
#' @keywords Theme
#' @export
#' @examples
#' theme_Amelia()


theme_Amelia <- function(...){

  ggplot2::theme_classic() + # remove grid & background colour
              ggplot2::theme(panel.border = ggplot2::element_rect(colour = "black", fill=NA, size=1))
}
MBERC/MBERCr documentation built on May 12, 2022, 3:42 a.m.