R/apricot_c.R

Defines functions apricot_c

Documented in apricot_c

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

apricot_c <- function(){list(
  theme_apricot(),
  scale_color_gradientn(colours = c("#AEA180","#F58EA6", "#FFCE5C"), 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.