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