Is there a way to create a sequence over colors in R?
for example, anything like:
seq("#000000", "#999999", length=20)
|
Is there a way to create a sequence over colors in R? for example, anything like:
|
|||
|
|
|
See
For some other interesting options, check out the colorspace package, loading it and then doing |
|||||
|