scale_color_luc_c: Loyola Chicago color palettes

View source: R/luc_colors.R

scale_color_luc_cR Documentation

Loyola Chicago color palettes

Description

Loyola University Chicago themed ggplot2 color palettes

Usage

scale_color_luc_c(reverse = FALSE, ...)

scale_fill_luc_c(reverse = FALSE, ...)

scale_color_luc_b(reverse = FALSE, ...)

scale_fill_luc_b(reverse = FALSE, ...)

scale_color_luc_d(...)

scale_fill_luc_d(...)

luc_palette(n)

Arguments

reverse

reverse color order

...

additional method arguments

n

number of colors

References

https://drsimonj.svbtle.com/creating-corporate-colour-palettes-for-ggplot2

https://www.luc.edu/umc/brandstandards/graphicidentity/colorpalette/

Examples


if (require(ggplot2)) {
  ggplot(mtcars, aes(hp, mpg, color = mpg)) +
    geom_point(size = 4) +
    scale_color_luc_c(reverse = TRUE)
}
luc_palette(2)

qntkhvn/ggluc documentation built on May 16, 2022, 12:23 p.m.