make.palettes {tempR} | R Documentation |
Convenience function for getting a pretty palette and highlight colours
Description
Make a vector of n pretty colours, and n matching highlight colours.
Usage
make.palettes(n)
Arguments
n |
number of colours for each palette |
Value
pal A character vector, cv
, of colours that look pretty.
pal.light A character vector, cv
, of matching highlight colours that look pretty.
Examples
make.palettes(8)
[Package tempR version 0.10.1.1 Index]