Re: [R] RGB components of plot() colours

2012-07-10 Thread Sarah Goslee
R uses the sandard X11 colors, I believe, and if you're using linux there's a rgb.txt file on your computer that contains them. It's also available here http://cvsweb.xfree86.org/cvsweb/*checkout*/xc/programs/rgb/rgb.txt?rev=1.1 and a less-authoritative but prettier version: http://en.wikipedia.o

Re: [R] RGB components of plot() colours

2012-07-10 Thread Duncan Murdoch
On 12-07-10 9:05 AM, (Ted Harding) wrote: A quick question: Is there anywhere a listing of the RGB components of the named colours listed by colors()? For example, where would I find the RGB for "orange1" or "salmon"? When I look at an EPS file from R where I have used these colours, it seems

[R] RGB components of plot() colours

2012-07-10 Thread Ted Harding
A quick question: Is there anywhere a listing of the RGB components of the named colours listed by colors()? For example, where would I find the RGB for "orange1" or "salmon"? When I look at an EPS file from R where I have used these colours, it seems that for: "salmon": 0.9804 0.5020 0.4471 rg