blueGreens | R Documentation |
blueGreens
is useful for getting a set of pretty blues that fade into
greens for graphs.
blueGreens(ncolors)
ncolors |
number of colors desired |
a character vector of colors
# Create a set of 10 blues to greens.
blueGreens(10)
# Try using scales::show_col() to visualize the colors, ex:
scales::show_col(blueGreens(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.