alphabet {Polychrome} | R Documentation |
A 26-Color Palette
Description
A palette composed of 26 distinctive colors with names corresponding to letters of the alphabet.
Usage
data(alphabet)
Format
A character string of length 26.
Details
A character vector containing hexadecimal color representations of 26 distinctive colors that are well separated in the CIE L*u*v* color space.
Source
The color palette was generated using the createPalette
function with three seed colors: ebony ("#5A5156"), iron ("#E4E1E3"),
and red ("#F6222E"). The colors were then manually assigned names
begining with different letters of the English alphabet.
See Also
Examples
data(alphabet)
alphabet
[Package Polychrome version 1.5.1 Index]