default_colors | R Documentation |
Creates different vectors of related colors that may be useful for figures.
default_colors()
Vector of character strings representing colors, in RGB.
plot(1:4,rep(1,4),col=default_colors(),pch=19,cex=5) plot(1:16,rep(1,16),col=default_colors(),pch=19,cex=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.