bde_vivid_pal {tidyBdE}R Documentation

BdE superseded palettes

Description

[Superseded]

These functions have been superseded, see bde_tidy_palettes() as a replacement.

Custom palettes based on the publications of BdE.

Usage

bde_vivid_pal(...)

bde_rose_pal(...)

Arguments

...

Further arguments of the functions.

Value

A palette of colors.

Examples


# BdE vivid pal
scales::show_col(bde_vivid_pal()(6), labels = FALSE)

# BdE rose pal
scales::show_col(bde_rose_pal()(6), labels = FALSE)

[Package tidyBdE version 0.3.6 Index]