View source: R/random_colors.R
random_colors | R Documentation |
Generate random color(s)
random_colors(n = 1)
rcolors(n = 1)
n |
number of colors to generate |
Using set.seed
is ineffective for this function.
A vector of colors specified as hex codes
random_colors()
random_colors(n=10)
show_col(random_colors(n=10), random_colors(n=10), random_colors(n=10))
# Art!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.