adjust_color | R Documentation |
Correct duplicated colors
adjust_color(colorset)
colorset |
a character vector of R or hex colors |
a character vector of hex colors with duplicated colors replaced
original_colors <- c("#00FF00","#00FF00","#FF0000","#00FF00")
new_colors <- adjust_color(original_colors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.