theme_fade: A ggplot2 theme

View source: R/theme_fade.R

theme_fadeR Documentation

A ggplot2 theme

Description

A ggplot2 theme

Usage

theme_fade(...)

Examples


library(ggplot2)
ggplot(iris) +
   geom_point(aes(x = Sepal.Length, y = Sepal.Width, color = Species)) +
   theme_fade()

seanhardison1/dream documentation built on Feb. 28, 2024, 12:36 p.m.