README.md

Inauguration Palette

An R palette insipred by the beautiful colors of the 2021 inauguration

Installation

You can install the released version of inauguration from GitHub with

# install.packages("devtools")
devtools::install_github("ciannabp/inauguration", ref="main")

Usage

library(inauguration)

names(inauguration_palettes)
#> [1] "inauguration_2021"        "inauguration_2021_bernie"
#> [3] "bernie_mittens"

You can call the palette in just one command

inauguration("inauguration_2021")

If you want a specific number of colors, you can also do that.

inauguration("inauguration_2021", 3)

…and for the Bernie fans out there

inauguration("inauguration_2021_bernie")

inauguration("bernie_mittens")



ciannabp/inauguration documentation built on March 27, 2021, 4:31 p.m.