R/matcha_c.R

Defines functions matcha_c

Documented in matcha_c

#' Matcha continuous quick-apply
#'
#' Applies the matcha theme and continuous color & fill scales to a ggplot
#'
#' @return none
#' @value none
#' @export
#' @examples
#' matcha_c()

matcha_c <- function(){list(
  theme_matcha(),
  scale_color_gradientn(colours = c("#7DCFB6","#00C6E0","#DD5E98"), aesthetics = c("colour", "fill")))}

Try the ggtea package in your browser

Any scripts or data that you put into this service are public.

ggtea documentation built on Nov. 10, 2021, 1:09 a.m.