View source: R/color_and_export_functions.R
gg_color_hue | R Documentation |
gg_color_hue
Returns a vector containing n unique hex colors
Adapted from stackoverflow John Colby
https://stackoverflow.com/questions/8197559/emulate-ggplot2-default-color-palette
gg_color_hue(n)
n |
The number of colors to return. |
## Not run:
gg_color_hue(10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.