| solarized_pal {ggthemes} | R Documentation |
Qualitative color palate based on the Ethan Schoonover's Solarized palette, http://ethanschoonover.com/solarized. This palette supports up to seven values.
solarized_pal(accent = "blue")
accent |
|
For a given starting color and number of colors in the palette, the other colors are the combination of colors that maximizes the total Euclidean distance between colors in L*a*b space.
Other solarized colour: scale_fill_solarized
library("scales")
show_col(solarized_pal()(2))
show_col(solarized_pal()(3))
show_col(solarized_pal("red")(4))