R package that contains color palettes based on colours on classic rock album covers.

rock_palette(name, n, type = c("discrete", "continuous"))

Arguments

name

Name of palette. Select one: alice, californication, coltrane, deelite, electric, facelift, faithnomore, harvey, heep, hellawaits, husker, janelle, melloncollie,miles, muse, nodoubt, peacesells,secondlaw, siamesedream, swift, zeppelin

n

Number of colors desired.

Some palettes contain 5 colors. Those beginning with 'rock' have 4

type

Either continuous or discrete.

Value

A vector of colors.

Details

See also: https://github.com/johnmackintosh/metallicaRt for metallica palettes

Examples

rock_palette("swift")