list_doypa_pals {DOYPAColors} | R Documentation |
This function provides a list of all available DOYPAColors color palettes, categorized by type: sequential, diverging, and qualitative. It helps users to explore the various color palettes available for use in their visualizations.
list_doypa_pals()
A named list containing the names of available color palettes for each type: "sequential", "diverging", and "qualitative".
# List available DOYPAColors color palettes by type
palette_names <- list_doypa_pals()
print(palette_names)