Title: | Palettes and Themes for 'ggplot2' |
Version: | 0.1.1 |
Description: | A collection of palettes and themes for 'ggplot2', offering a light, pastel aesthetic. Syntax follows the 'viridis' package. |
License: | GPL (≥ 3) |
Encoding: | UTF-8 |
RoxygenNote: | 7.1.2 |
Imports: | ggplot2 |
NeedsCompilation: | no |
Packaged: | 2021-11-09 04:07:41 UTC; Pushkar |
Author: | Pushkar Sarkar [aut, cre] |
Maintainer: | Pushkar Sarkar <inboxpushkarsarkar@gmail.com> |
Repository: | CRAN |
Date/Publication: | 2021-11-09 18:40:02 UTC |
Apricot continuous quick-apply
Description
Applies the apricot theme and continuous color & fill scales to a ggplot
Usage
apricot_c()
Value
none
Examples
apricot_c()
Apricot discrete quick-apply
Description
Applies the apricot theme and discrete color & fill scales to a ggplot
Usage
apricot_d()
Value
none
Examples
apricot_d()
Palettes and Themes for 'ggplot2'
Description
A collection of palettes and themes for 'ggplot2', offering a light, pastel aesthetic. Syntax follows the 'viridis' package.
Matcha continuous quick-apply
Description
Applies the matcha theme and continuous color & fill scales to a ggplot
Usage
matcha_c()
Value
none
Examples
matcha_c()
Matcha discrete quick-apply
Description
Applies the matcha theme and discrete color & fill scales to a ggplot
Usage
matcha_d()
Value
none
Examples
matcha_d()
Apricot continuous color scale
Description
Apply a continuous scale to a ggplot2 plot
Usage
scale_color_apricot_c()
Value
none
Examples
scale_color_apricot_c()
Apricot discrete color scale
Description
Apply an 8-color discrete scale to a ggplot2 plot
Usage
scale_color_apricot_d()
Value
none
Examples
scale_color_apricot_d()
Matcha continuous color scale
Description
Apply a continuous color scale to a ggplot2 plot
Usage
scale_color_matcha_c()
Value
none
Examples
scale_color_matcha_c()
Matcha discrete color scale
Description
Apply an 8-color discrete scale to a ggplot2 plot
Usage
scale_color_matcha_d()
Value
none
Examples
scale_color_matcha_d()
Apricot continuous fill scale
Description
Apply a continuous scale to a ggplot2 plot
Usage
scale_fill_apricot_c()
Value
none
Examples
scale_fill_apricot_c()
Apricot discrete fill scale
Description
Apply an 8-color discrete scale to a ggplot2 plot
Usage
scale_fill_apricot_d()
Value
none
Examples
scale_fill_apricot_d()
Matcha continuous color scale
Description
Apply a continuous color scale to a ggplot2 plot
Usage
scale_fill_matcha_c()
Value
none
Examples
scale_fill_matcha_c()
Matcha discrete fill scale
Description
Apply an 8-color discrete scale to a ggplot2 plot
Usage
scale_fill_matcha_d()
Value
none
Examples
scale_fill_matcha_d()
Apricot theme for ggplot2
Description
Apply the apricot theme to a ggplot2 plot
Usage
theme_apricot()
Value
none
Examples
theme_apricot()
Matcha theme for ggplot2
Description
Apply the matcha theme to a ggplot2 plot
Usage
theme_matcha()
Value
none
Examples
theme_matcha()