RedGrayBlue | R Documentation |
A function to create a Red-Gray-Blue palette.
RedGrayBlue(n)
n |
Number of colors to create |
Using gray instead of white allows missing values to appear as white (actually, transparent).
A vector of n colors.
Kevin Wright
pie(rep(1,11), col=RedGrayBlue(11))
title("RedGrayBlue(11)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.