bde_vivid_pal {tidyBdE} | R Documentation |
These functions have been superseded, see bde_tidy_palettes()
as a
replacement.
Custom palettes based on the publications of BdE.
bde_vivid_pal(...)
bde_rose_pal(...)
... |
Further arguments of the functions. |
A palette of colors.
# BdE vivid pal
scales::show_col(bde_vivid_pal()(6), labels = FALSE)
# BdE rose pal
scales::show_col(bde_rose_pal()(6), labels = FALSE)