View source: R/degauss_colors.R
degauss_colors | R Documentation |
Access the DeGAUSS color palette
degauss_colors(n)
n |
which DeGAUSS color(s): 1-darkblue, 2-lightblue, 3-pink, 4-lightgrey, 5-purple, 6-teal) |
a named character string or vector of named character strings containing RGB colors in hexadecimal
degauss_colors(2)
degauss_colors(1:4)
plot(1:6, rep(1, 6), col = degauss_colors(1:6), pch = 19, cex = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.