ie wrote:
>>>
>>> par(mfrow=c(1,1)) will give you just one panel. Try
>>> par(mfrow=c(2,1)) or
>>> par(mfrow=c(1,2)).
>>>
>>>
>>> -Original Message-
>>> From: r-help-boun...@r-project.org on behalf of johnhj
>>
Sent: Sun 3/22/2009 10:50 AM
To: r-help@r-project.org
Subject: [R] Problems with combining plots
Hii,
I will combine some plots. Like this example here
http://www.statmethods.net/advgraphs/layout.html I tired to do it
for 2
plots but without success.
Here is my code:
test<-read.table(file
row=c(1,2)).
>
>
> -Original Message-
> From: r-help-boun...@r-project.org on behalf of johnhj
> Sent: Sun 3/22/2009 10:50 AM
> To: r-help@r-project.org
> Subject: [R] Problems with combining plots
>
>
> Hii,
>
> I will combine some plots. Like this example here
> ht
par(mfrow=c(1,1)) will give you just one panel. Try par(mfrow=c(2,1)) or
par(mfrow=c(1,2)).
-Original Message-
From: r-help-boun...@r-project.org on behalf of johnhj
Sent: Sun 3/22/2009 10:50 AM
To: r-help@r-project.org
Subject: [R] Problems with combining plots
Hii,
I will
Hii,
I will combine some plots. Like this example here
http://www.statmethods.net/advgraphs/layout.html I tired to do it for 2
plots but without success.
Here is my code:
test<-read.table(file="D:/file.txt")
space<-read.table(file="D:/space.txt")
space$gruppe <- 502*rep(1:6, each=7)
x<- c(test
5 matches
Mail list logo