gg_color_hue | R Documentation |
Emulate ggplot2 default colour palette
gg_color_hue(n)
n |
Number of coloures |
a vector of n colour codes
https://www.rdocumentation.org/packages/iprior/versions/0.7.1/topics/gg_colour_hue
gg_color_hue(2) gg_color_hue(4) plot(1:10, pch=12, col=gg_color_hue(10), lwd=30, xaxt="n", yaxt="n", ylab="", xlab="")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.