Learn R Programming

tidyBdE (version 0.2.4)

bde_pals: BdE color palettes

Description

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.

See Also

Other bde_plot: scales_bde, theme_bde()

Examples

Run this code
# NOT RUN {
# BdE vivid pal
scales::show_col(bde_vivid_pal()(6), labels = FALSE)

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

Run the code above in your browser using DataLab