mix_color | R Documentation |
Mix colors
mix_color(color1, color2 = NA, n = 5)
color1 |
Color 1 |
color2 |
Color 2 |
n |
Number of different colors that should be generated |
Vector of color-codes
mix_color("blue", n = 10)
mix_color("gold", "red", n = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.