[R] handle graph size in eps

2009-03-02 Thread Benoit Boulinguiez
Hi all, I've got a density graph made with the following commands: win.graph(width=13,height=6) par ( fin=c(13,3) ,mai=c(1,1,0.5,0.5) ,mfrow=c(1,2) ,cex.axis=1.5 ,cex.lab=1.5) dens-density(DATA1.y[2,]-mean(DATA1.y[2,]),kernel=gaussian) xlimit-range(dens$x) ylimit-range(dens$y) hist(

Re: [R] handle graph size in eps

2009-03-02 Thread Prof Brian Ripley
On Mon, 2 Mar 2009, Benoit Boulinguiez wrote: Hi all, I've got a density graph made with the following commands: win.graph(width=13,height=6) The preferred name is windows(). par ( fin=c(13,3) ,mai=c(1,1,0.5,0.5) ,mfrow=c(1,2) ,cex.axis=1.5 ,cex.lab=1.5)

Re: [R] handle graph size in eps

2009-03-02 Thread Benoit Boulinguiez
? Regards/Cordialement Benoit Boulinguiez -Message d'origine- De : Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] Envoyé : lundi 2 mars 2009 11:25 À : Benoit Boulinguiez Cc : r-help@r-project.org Objet : Re: [R] handle graph size in eps On Mon, 2 Mar 2009, Benoit Boulinguiez wrote: Hi

Re: [R] handle graph size in eps

2009-03-02 Thread Clint Bowman
[mailto:rip...@stats.ox.ac.uk] Envoyé : lundi 2 mars 2009 11:25 À : Benoit Boulinguiez Cc : r-help@r-project.org Objet : Re: [R] handle graph size in eps On Mon, 2 Mar 2009, Benoit Boulinguiez wrote: Hi all, I've got a density graph made with the following commands: win.graph(width=13

Re: [R] handle graph size in eps

2009-03-02 Thread Prof Brian Ripley
-project.org Objet : Re: [R] handle graph size in eps On Mon, 2 Mar 2009, Benoit Boulinguiez wrote: Hi all, I've got a density graph made with the following commands: win.graph(width=13,height=6) The preferred name is windows(). par ( fin=c(13,3) ,mai=c(1,1,0.5,0.5) ,mfrow=c(1,2) ,cex.axis=1.5