Re: [R] Plot Coloured Triangle

2008-06-10 Thread Antje
re [EMAIL PROTECTED] (801) 408-8111 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antje Sent: Monday, June 09, 2008 2:57 AM To: [EMAIL PROTECTED] Subject: [R] Plot Coloured Triangle Hi there, I'd like to plot a triangle with each point

Re: [R] Plot Coloured Triangle

2008-06-09 Thread Greg Snow
mailto:[EMAIL PROTECTED] On Behalf Of Antje > Sent: Monday, June 09, 2008 2:57 AM > To: [EMAIL PROTECTED] > Subject: [R] Plot Coloured Triangle > > Hi there, > > I'd like to plot a triangle with each point having a certain > color defined and fill it with the interpolate

[R] Plot Coloured Triangle

2008-06-09 Thread Antje
Hi there, I'd like to plot a triangle with each point having a certain color defined and fill it with the interpolated values. The following code shall represent somehow, three points with x,y, and the "amount" of red for example... point1 <- c(1.1, 1.7, 255) point2 <- c(2.2, 1.5, 180) point3