ye_cols: A Vector Of Colours From The Ye Album Cover.

Description Usage Format Examples

Description

Simplified colours sampled from the cover of Kanye West's 2018 album 'ye'.

Usage

1

Format

An object of class character of length 7.

Examples

1
2
3
4
5
6
7
8
library(dray)
library(ggplot2)

   ggplot(mtcars) +
   aes(x = mpg, y = wt) +
   geom_point(
   colour = ye_cols["text_green"]
   )

matt-dray/dray documentation built on Jan. 30, 2021, 7:10 a.m.