#' 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"))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.