[R] RGB function

2006-07-30 Thread Kartik Pappu
Hi all, I created three separate square matrices (lets say R, G, and B). each one contains a series of values between 0 and 1. I want to be able to take for example R[1], G[1], B[1] and create a rgb color value into a fourth matrix. I tried using the rgb function but I must be doing something

Re: [R] RGB function

2006-07-30 Thread Duncan Murdoch
On 7/31/2006 12:36 AM, Kartik Pappu wrote: Hi all, I created three separate square matrices (lets say R, G, and B). each one contains a series of values between 0 and 1. I want to be able to take for example R[1], G[1], B[1] and create a rgb color value into a fourth matrix. I tried