powered by
Get a pretty random color.
randomColor(count = 1, hue = c(" ", "random", "red", "orange", "yellow", "green", "blue", "purple", "pink", "monochrome"), luminosity = c(" ", "random", "light", "bright", "dark"))
number of colors (>= 1)
The hue of the colors to be selected.
The luminosity of the colors to be selected.
A character vector of random color hexadecimal codes.
# NOT RUN { randomColor() randomColor(hue="pink") randomColor(10, luminosity="light") # }
Run the code above in your browser using DataLab