Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pal_uchicago

The University of Chicago Color Palettes


Description

Color palettes based on the colors used by the University of Chicago.

Usage

pal_uchicago(palette = c("default", "light", "dark"), alpha = 1)

Arguments

palette

Palette type. There are 3 available options: "default" (9-color palette); "light" (9-color light palette); "dark" (9-color dark palette).

alpha

Transparency level, a real number in (0, 1]. See alpha in rgb for details.

Author(s)

Nan Xiao <me@nanx.me> | <https://nanx.me>

References

Examples

library("scales")
show_col(pal_uchicago("default")(9))
show_col(pal_uchicago("light")(9))
show_col(pal_uchicago("dark")(9))

ggsci

Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'

v2.9
GPL-3 | file LICENSE
Authors
Nan Xiao [aut, cre] (<https://orcid.org/0000-0002-0250-5673>), Miaozhu Li [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.