Re: [R] Color index in image function

2009-09-14 Thread FMH
Thank you From: Henrique Dallazuanna Cc: r-help@r-project.org Sent: Sunday, September 6, 2009 4:30:14 PM Subject: Re: [R] Color index in image function Try this to see which colors the codes are: Color <- function(color){     z <- matrix(1:length

Re: [R] Color index in image function

2009-09-11 Thread Bernardo Rangel Tura
On Thu, 2009-09-10 at 05:27 -0700, FMH wrote: > Thank you for the scripts, but the label and the values in the x and y-axis > suddently dissapear even the 'axis' function is used as stated in the command > below. Could you help on this? > > axis(1, at = seq(100, 800, by = 100)) > axis(2, at = se

Re: [R] Color index in image function

2009-09-10 Thread Bernardo Rangel Tura
- Original Message > From: Bernardo Rangel Tura > To: FMH > Sent: Tuesday, September 8, 2009 10:14:07 AM > Subject: Re: [R] Color index in image function > > On Mon, 2009-09-07 at 07:59 -0700, FMH wrote: > > Thank you for the tips. I have manage to run your sc

Re: [R] Color index in image function

2009-09-07 Thread FMH
Subject: Re: [R] Color index in image function On Sat, 2009-09-05 at 04:14 -0700, FMH wrote: > Dear All, > > I was looking for the color index in image function, such as from > topo.colors(n) and etc. but still never found it. For instance, from the

Re: [R] Color index in image function

2009-09-07 Thread Bernardo Rangel Tura
On Sat, 2009-09-05 at 04:14 -0700, FMH wrote: > Dear All, > > I was looking for the color index in image function, such as from > topo.colors(n) and etc. but still never found it. For instance, from the help > menu. > > > ### > # Volcano data visualized

Re: [R] Color index in image function

2009-09-06 Thread Schalk Heunis
;#4C00" represent the lower/medium/higher > temperature? > > I do hope you could advice me on this matter? > > Thank you > Fir > > > > > - Original Message > From: FMH > To: Steve Lianoglou > Sent: Sunday, September 6, 2009 3:41:02 PM

Re: [R] Color index in image function

2009-09-06 Thread Henrique Dallazuanna
present the lower/medium/higher > temperature? > > I do hope you could advice me on this matter? > > Thank you > Fir > > > > > - Original Message > From: FMH > To: Steve Lianoglou > Sent: Sunday, September 6, 2009 3:41:02 PM > Subject: Re: [R] Color index

Re: [R] Color index in image function

2009-09-06 Thread FMH
alues for intance, what are these colors represent for? Does the first color, "#4C00" represent the lower/medium/higher temperature? I do hope you could advice me on this matter? Thank you Fir - Original Message From: FMH To: Steve Lianoglou Sent: Sunday, September 6, 2

Re: [R] Color index in image function

2009-09-06 Thread Steve Lianoglou
Hi, On Sat, Sep 5, 2009 at 7:06 AM, FMH wrote: > Dear All, > > I was looking for the color index in image function, such as from > topo.colors(n) and etc. but still never found it. For instance, from the help > menu. The answer is in the code: > ### > #

[R] Color index in image function

2009-09-05 Thread FMH
Dear All, I was looking for the color index in image function, such as from topo.colors(n) and etc. but still never found it. For instance, from the help menu. ### # Volcano data visualized as matrix. Need to transpose and flip # matrix horizontally. ima

[R] Color index in image function

2009-09-05 Thread FMH
Dear All, I was looking for the color index in image function, such as from topo.colors(n) and etc. but still never found it. For instance, from the help menu. ### # Volcano data visualized as matrix. Need to transpose and flip # matrix horizontally. ima