colorPalette {aRtsy} | R Documentation |
Color Palette Generator
Description
This function creates a random color palette, or allows the user to select a pre-implemented palette.
Usage
colorPalette(
name,
n = NULL
)
Arguments
name |
name of the color palette. Can be |
n |
the number of colors to select from the palette. Required if |
Details
The following color palettes are implemented:
Value
A vector of colors.
Author(s)
Koen Derks, koen-derks@hotmail.com
Examples
colorPalette("divergent", 5)
[Package aRtsy version 0.2.4 Index]