| few_pal {ggthemes} | R Documentation |
Qualitative color palettes from Stephen Few, "Practical Rules for Using Color in Charts".
few_pal(palette = "medium")
palette |
One of "medium", "dark", or "light" |
He suggests the following
For bars, use medium.
For lines and points use dark if small or thin, and medium otherwise.
Other colour few: scale_colour_few
### Charts"
library("scales")
show_col(few_pal()(7))
show_col(few_pal("dark")(7))
show_col(few_pal("light")(7))