[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=1
poscript command from 12" to 20"
> for instance, it doesn't change anything... why?
>
> BTW how do I stop the pipe between a poscript file and R without closing R?
>
>
> Regards/Cordialement
>
>
> Benoit Boulinguiez
>
>
> -Message d'ori
thing... why?
BTW how do I stop the pipe between a poscript file and R without closing R?
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-hel
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)
dens<-density(DATA1.y[2,]-mean(DAT
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
5 matches
Mail list logo