R/scale_color_matcha_c.R

Defines functions scale_color_matcha_c

Documented in scale_color_matcha_c

#' Matcha continuous color scale
#'
#' Apply a continuous color scale to a ggplot2 plot
#'
#' @return none
#' @value none
#' @export
#' @examples
#' scale_color_matcha_c()


scale_color_matcha_c <- function(){ggplot2::scale_color_gradientn(colours = c("#7DCFB6","#00C6E0","#DD5E98"))}
ambitiousbellydancingsquirrel/ggtea documentation built on Jan. 6, 2022, 11:26 p.m.