Re: [R] how to plot image() without painting a map (the background)

2008-03-04 Thread Ptit_Bleu
Thanks for the fast answer (even negative) and for your help (ggplot is a very nice tool !!!). Have a nice evening (well, we are close to in France), Ptit Bleu. hadley wrote: > > On Tue, Mar 4, 2008 at 9:15 AM, Ptit_Bleu <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Thanks to ggplot2 (and to Had

Re: [R] how to plot image() without painting a map (the background)

2008-03-04 Thread hadley wickham
On Tue, Mar 4, 2008 at 9:15 AM, Ptit_Bleu <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks to ggplot2 (and to Hadley Wickham) I managed to plot some nice graphs > (not as fast as in a movie but it is ok). > One thing I am still looking for is a way to add the values on the contour > lines (like w

Re: [R] how to plot image() without painting a map (the background)

2008-03-04 Thread Ptit_Bleu
Hi, Thanks to ggplot2 (and to Hadley Wickham) I managed to plot some nice graphs (not as fast as in a movie but it is ok). One thing I am still looking for is a way to add the values on the contour lines (like with the contour function). I read the stat.contour help page but I haven't found my

Re: [R] how to plot image() without painting a map (the background)

2008-02-20 Thread Ptit_Bleu
Hello, In fact I would like to make something like a "movie" : to keep the map as background and to display successively the temperatures pictures. At the moment I create the picture of the temperature with R from latitude, longitude, temperature data. I read that it can be done with image() so

Re: [R] how to plot image() without painting a map (the background)

2008-02-19 Thread Rob Robinson
enlightened, when truth is so poorly lit" = > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Greg Snow > Sent: 19 February 2008 17:20 > To: Ptit_Bleu; r-help@r-project.org > Subject: Re: [R] how to plot image() without painting a m

Re: [R] how to plot image() without painting a map (the background)

2008-02-19 Thread Greg Snow
[EMAIL PROTECTED] (801) 408-8111 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ptit_Bleu > Sent: Monday, February 18, 2008 8:59 AM > To: r-help@r-project.org > Subject: [R] how to plot image() without painting a map

Re: [R] how to plot image() without painting a map (the background)

2008-02-18 Thread hadley wickham
> I would like to plot akilonlat03 and then akilonlat06 and keep the map of > France in background. > My script (see below) doesn't work as image "paints" the background as I > read somewhere in this forum. I don't see how you can plot both temperatures on the same plot - won't they be on top of o

[R] how to plot image() without painting a map (the background)

2008-02-18 Thread Ptit_Bleu
Hello, I'm trying to plot dayly evolution of the temperature over France from Global Forecast System files ("I'm trying" is the right expression...). akilonlat03 is the temperature for different latitudes and longitudes à 3 o'clock. akilonlat06 is the temperature for different latitudes and long