The University of Chicago Color Palettes
Color palettes based on the colors used by the University of Chicago.
pal_uchicago(palette = c("default", "light", "dark"), alpha = 1)
palette |
Palette type.
There are 3 available options:
|
alpha |
Transparency level, a real number in (0, 1].
See |
Nan Xiao <me@nanx.me> | <https://nanx.me>
library("scales") show_col(pal_uchicago("default")(9)) show_col(pal_uchicago("light")(9)) show_col(pal_uchicago("dark")(9))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.