dot-is_palette_sufficient function

Check if palette has enough number of colors

Check if palette has enough number of colors

Informs the user about not using the default color palette when the number of factor levels is greater than 8, the maximum number of colors allowed by "Dark2" palette from the {RColorBrewer} package.

.is_palette_sufficient(package, palette, min_length)

Examples

ggstatsplot:::.is_palette_sufficient("RColorBrewer", "Dark2", 6L) ggstatsplot:::.is_palette_sufficient("RColorBrewer", "Dark2", 12L)