.is_palette_sufficient | R Documentation |
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)
ggstatsplot:::.is_palette_sufficient("RColorBrewer", "Dark2", 6L)
ggstatsplot:::.is_palette_sufficient("RColorBrewer", "Dark2", 12L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.