R/scale_fill_herbal_d.R

Defines functions scale_fill_herbal_d

Documented in scale_fill_herbal_d

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


scale_fill_herbal_d <- function(){
  ggplot2::scale_fill_manual(values = c("#89B0AE", "#8AD5AC",
                                        "#c25e8e", "#2fb9b7",
                                        "#dbbee3", "#a27985",
                                        "#C39FA9", "#AAAB7F"))}
ambitiousbellydancingsquirrel/ggtea documentation built on Jan. 6, 2022, 11:26 p.m.