View source: R/find_pallette.R
find_pallette | R Documentation |
Find the pallette of your dreams
find_pallette(min_colours = 0, colourblind_friendly = FALSE, type = NULL)
min_colours |
Minimum number of colours that the pallette must support |
colourblind_friendly |
Does the pallette need to be colourblind friendly |
type |
What type? Allowed values are "categorical", "diverging_discrete" or "sequential_discrete" |
A tibble of metadata describing the pallettes found
find_pallette() find_pallette(min_colours=12) find_pallette(type="categorical")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.