View source: R/discrete-uchicago.R
pal_uchicago | R Documentation |
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 three available options:
|
alpha |
Transparency level, a real number in (0, 1].
See |
Nan Xiao | me@nanx.me | https://nanx.me
https://news.uchicago.edu/sites/default/files/attachments/_uchicago.identity.guidelines.pdf
library("scales")
show_col(pal_uchicago("default")(9))
show_col(pal_uchicago("light")(9))
show_col(pal_uchicago("dark")(9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.