list_doypa_pals {DOYPAColors} | R Documentation |
List Available DOYPAColors Color Palettes
Description
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.
Usage
list_doypa_pals()
Value
A named list containing the names of available color palettes for each type: "sequential", "diverging", and "qualitative".
Examples
# List available DOYPAColors color palettes by type
palette_names <- list_doypa_pals()
print(palette_names)
[Package DOYPAColors version 0.0.2 Index]