ggthemes (version 3.5.0)

solarized_pal: Solarized color palette (discrete)

Description

Qualitative color palate based on the Ethan Schoonover's Solarized palette, http://ethanschoonover.com/solarized. This palette supports up to seven values.

Usage

solarized_pal(accent = "blue")

Arguments

accent

character Starting color.

See Also

Other solarized colour: scale_fill_solarized

Examples

Run this code
# NOT RUN {
library("scales")

show_col(solarized_pal()(2))
show_col(solarized_pal()(3))
show_col(solarized_pal("red")(4))
# }

Run the code above in your browser using DataLab