pal_ugent_all: Ghent University Faculty Color Palettes

Description Usage Arguments Author(s) Examples

View source: R/discrete-faculty.R

Description

Color palette inspired by the Ghent University style guide <https://styleguide.ugent.be/>

Usage

1
pal_ugent_all(palette = c("default"), alpha = 1)

Arguments

palette

Palette type. Currently there is one available option: "default" (10-color palette inspired by Science).

alpha

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

Author(s)

Robby De Pauw <robby.depauw@ugent.be>

Examples

1
2
3
library("scales")
show_col(pal_ugent_all("default")(10))
show_col(pal_ugent_all("default", alpha = 0.6)(10))

rdpauw/ggugent documentation built on Dec. 22, 2021, 1:04 p.m.