gge (version 1.4)

RedGrayBlue: Function to create a Red-Gray-Blue palette

Description

A function to create a Red-Gray-Blue palette.

Usage

RedGrayBlue(n)

Arguments

n

Number of colors to create

Value

A vector of n colors.

Details

Using gray instead of white allows missing values to appear as white (actually, transparent).

Examples

Run this code
# NOT RUN {
pie(rep(1,11), col=RedGrayBlue(11))
title("RedGrayBlue(11)")
# }

Run the code above in your browser using DataLab