TestPalette {painter} | R Documentation |
Tools for seeing a palette, and how it spans HSV space.
Description
TestPalette() simply produces a row of bars of colors, with as many bars as there are elements of the supplied color vector. VisPalette() displays the HSV values of the palette.
Usage
TestPalette(color)
VisPalette(color)
Arguments
color |
A vector of colors. |
Value
Nothing is returned.
Author(s)
Brody Sandel
Examples
pal = Palette("Red","Blue",100)
TestPalette(pal)
VisPalette(pal)
[Package painter version 0.1.0 Index]