Returns names of all available palettes, optionally filtered by type.
Examples
list_ekio_palettes()
#> $accent
#> [1] "gold" "accent_blue" "accent_orange"
#>
#> $categorical
#> [1] "full" "full_muted" "cool3" "cool4"
#>
#> $sequential
#> [1] "blue" "gray" "stone" "teal" "green" "orange" "red"
#>
#> $diverging
#> [1] "blue_orange" "blue_red" "teal_orange"
#>
#> $scientific
#> [1] "okabe_ito" "viridis" "inferno" "plasma"
#>
list_ekio_palettes("categorical")
#> [1] "full" "full_muted" "cool3" "cool4"
