ColorPalettes {fUtilities} | R Documentation |
A collection and description of functions for
using and managing color and grey palettes.
Color and Grey Palettes:
greyPalette | Creates a grey palette like rainbow does for colors. |
greyPalette(n = 64, start = 255-n, end = 255)
n, start, end |
[greyPal] - cr
n gives the number of greys to be constructed,
start and end span the range of the color palette.
By default 64 grey tones equidistant chosen from the color range
(191, 191, 191) to (255, 255, 255).
|
Diethelm Wuertz for the Rmetrics R-port.
## GreyPalette: greyPalette()