Skip to contents

[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)
#> Warning: `bde_vivid_pal()` was deprecated in tidyBdE 0.3.5.
#>  Please use `bde_tidy_palettes()` instead.


# BdE rose pal
scales::show_col(bde_rose_pal()(6), labels = FALSE)
#> Warning: `bde_rose_pal()` was deprecated in tidyBdE 0.3.5.
#>  Please use `bde_tidy_palettes()` instead.