solarized_pal | R Documentation |
Qualitative color palate based on the Ethan Schoonover's Solarized palette, https://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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.