powered by
Color palettes based on the colors used by The University of Chicago.
pal_uchicago(palette = c("default", "light", "dark"), alpha = 1)
Palette type. There are 3 available options: "default" (9-color palette); "light" (9-color light palette); "dark" (9-color dark palette).
"default"
"light"
"dark"
Transparency level, a real number in (0, 1]. See alpha in rgb for details.
alpha
rgb
http://communications.uchicago.edu/identity/color-palette
library("scales") show_col(pal_uchicago("default")(9)) show_col(pal_uchicago("light")(9)) show_col(pal_uchicago("dark")(9))
Run the code above in your browser using DataLab