Learn R Programming

Polychrome (version 1.5.4)

Dark24: Light and Dark 24-Color Palettes

Description

Two palettes, each composed of 24 distinctive colors, optimized for either a light background (Dark24) or a dark background (Light24).

Usage

data(Dark24)
data(Light24)

Arguments

Format

A character vector of length 24.

Details

A character vector containing hexadecimal color representations of 24 distinctive colors that are well separated in the CIE L*u*v* color space.

See Also

createPalette

Examples

Run this code
data(Dark24)
Dark24
data(Light24)
swatch(Light24)

Run the code above in your browser using DataLab