R/scale_fill_apricot_d.R

Defines functions scale_fill_apricot_d

Documented in scale_fill_apricot_d

#' Apricot discrete fill scale
#'
#' Apply an 8-color discrete scale to a ggplot2 plot
#'
#' @return none
#' @value none
#' @export
#' @examples
#' scale_fill_apricot_d()

scale_fill_apricot_d <- function(){scale_fill_manual(values = c("#AEA180","#F58EA6", "#FFCE5C","#FFB7C5","#92C8A4", "#A49EBD","#EEB76C","#A57F60", "#DB5A42"))}

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.