Re: [R] ggplot2: geom_smooth and legend

2009-09-01 Thread Benoit Boulinguiez
-project.org Objet : Re: [R] ggplot2: geom_smooth and legend Hi Benoit, You could turn the standard errors off with se = F. Then they'll be removed from the legend as well. Hadley On Tue, Aug 18, 2009 at 7:43 AM, Benoit Boulinguiezbenoit.boulingu...@ensc-rennes.fr wrote: Sorry I forgot the code

Re: [R] ggplot2: geom_smooth and legend

2009-09-01 Thread Benoit Boulinguiez
Boulinguiez Envoyé : mardi 1 septembre 2009 17:20 À : r-help@r-project.org Objet : Re: [R] ggplot2: geom_smooth and legend Hi! simple word thank you Hadley! an answer bringing a new question... is that possible to mix the colour and linetype representation with geom_smooth()? I tried the following code

Re: [R] ggplot2: geom_smooth and legend

2009-08-26 Thread hadley wickham
Hi Benoit, You could turn the standard errors off with se = F. Then they'll be removed from the legend as well. Hadley On Tue, Aug 18, 2009 at 7:43 AM, Benoit Boulinguiezbenoit.boulingu...@ensc-rennes.fr wrote: Sorry I forgot the code that goes with **CODE desorb_plot-ggplot() +      

Re: [R] ggplot2: geom_smooth and legend

2009-08-18 Thread Benoit Boulinguiez
Sorry I forgot the code that goes with **CODE desorb_plot-ggplot() + geom_smooth(data=DATA.B1_SA_N2, aes(Temp,DrTGA*100,colour=B1),span=0.1,size=1.6) + geom_smooth(data=DATA.FM30K_SA_N2,