pastel.colors {RPMG} | R Documentation |
pastel colors
Description
vector of pastel colors
Usage
pastel.colors(num, seed=0)
Arguments
num |
number of colors |
seed |
random number seed |
Details
The seed is a value given so that the same pastel colors can be extracted with each subsequent call to the code.
Value
vector of RGB hex colors
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
rainbow
Examples
pastel.colors(12)
pastel.colors(12, seed=1 )
[Package RPMG version 2.2-7 Index]