sepia.colors {RPMG} | R Documentation |
Sepia Color Palette
Description
Sepia Color Palette
Usage
sepia.colors(n, k = 1)
myhcl.colors(n, k = 260)
Arguments
n |
Number of colors |
k |
Sepia starting color, hcl ending number |
Details
There are two version of sepia in the code, each has a slightly different sepia end member.
Value
vector of Octal color codes
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
tomo.colors, pastel.colors, syscolors, helpcolors
Examples
scol = sepia.colors(100)
SHOWPAL(scol)
see.pal(scol)
[Package RPMG version 2.2-7 Index]