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"))}
ambitiousbellydancingsquirrel/ggtea documentation built on Jan. 6, 2022, 11:26 p.m.