Have you seen so many colors in R before?

A colleague and good friend of mine, Dr. Ying Wei sent me a document that contains a list of R colors. She compiled this list when she was working on her thesis. It is such a beautiful file by itself, not to mention that it can be so helpful at times. Upon approval from Ying, I am sharing this list in this post.

3 Comments:
Take a look at RColorBrewer package. It has very good color palletes - try image gallery (choose RColorBrewer package and search) for a quick look.
Jeffrey Horner has a nice demo of why RColorBrerwer are better than standard set of colors
link
I usually use the rgb() or gray() functions directly in my plots.
Post a Comment
<< Home