R/scale_fill_matcha_d.R

Defines functions scale_fill_matcha_d

Documented in scale_fill_matcha_d

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



scale_fill_matcha_d <- function(){ggplot2::scale_fill_manual(values = c("#be5a20", "#F8B262", "#7DCFB6", "#00C6E0", "#DD5E98",  "#a8245f", "#2769B9"))}
ambitiousbellydancingsquirrel/ggtea documentation built on Jan. 6, 2022, 11:26 p.m.