pastel.colors {RPMG} | R Documentation |
vector of pastel colors
pastel.colors(num, seed=0)
num |
number of colors |
seed |
random number seed |
The seed is a value given so that the same pastel colors can be extracted with each subsequent call to the code.
vector of RGB hex colors
Jonathan M. Lees<jonathan.lees@unc.edu>
rainbow
pastel.colors(12)
pastel.colors(12, seed=1 )