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