Re: [R] Selecting divergent colors

2013-06-10 Thread Ben Tupper
Hi, On Jun 10, 2013, at 3:46 PM, Adams, Jean wrote: > It will be hard to come up with 20 clearly distinguishable colors. Check > out the website http://colorbrewer2.org/ and the R package RColorBrewer. > It does not have a 20-color palette, but it does have some 8- to 12-color > palettes that ar

Re: [R] Selecting divergent colors

2013-06-10 Thread Adams, Jean
It will be hard to come up with 20 clearly distinguishable colors. Check out the website http://colorbrewer2.org/ and the R package RColorBrewer. It does not have a 20-color palette, but it does have some 8- to 12-color palettes that are very nice. library(RColorBrewer) display.brewer.all(n=NULL

[R] Selecting divergent colors

2013-06-10 Thread Brian Smith
Hi, I was trying to make a density plot with 13 samples. To distinguish each sample, it would be good if each color is as different as possible from the other colors. I could use the built in function, but that does not do more than 8 colors and then goes back to recycling the cols. If I use a pal