R/apricot_d.R

Defines functions apricot_d

Documented in apricot_d

#' Apricot discrete quick-apply
#'
#' Applies the apricot theme and discrete color & fill scales to a ggplot
#'
#' @return none
#' @value none
#' @export
#' @examples
#' apricot_d()

apricot_d <- function(){list(
  theme_apricot(),
  scale_color_manual(values = c("#AEA180","#F58EA6", "#FFCE5C","#FFB7C5","#92C8A4", "#A49EBD","#EEB76C","#A57F60", "#DB5A42"), aesthetics = c("colour", "fill")))}

Try the ggtea package in your browser

Any scripts or data that you put into this service are public.

ggtea documentation built on Nov. 10, 2021, 1:09 a.m.