README.md

callettes

Color palettes by Calle: callettes

Install package

#install.packages("devtools")
devtools::install_github("borstell/callettes")
library(callettes)

Color palettes

Basic rainbow palette

scales::show_col(callettes$rainbow, ncol=5)

Basic colorblind-friendly palette

#remotes::install_github("nowosad/colorblindcheck")
library(colorblindcheck)
palette_check(callettes$friendly, plot = TRUE)

Expanded color palette

scales::show_col(expand_palette(callettes$green, amount = -.1), ncol=10, labels=F)



borstell/callettes documentation built on Dec. 19, 2021, 10:49 a.m.