ata.frame(datQmean)
days<-c(1:7)
datQplot<-data.frame(datQmean,days)
plot(datQmean~days,data=datQplot,type="l")
A.K.
- Original Message -
From: QAMAR MUHAMMAD UZAIR
To: r-help@r-project.org
Cc:
Sent: Friday, June 1, 2012 5:31 PM
Subject: [R] Average curve in R
Dear
)
A.K.
- Original Message -
From: QAMAR MUHAMMAD UZAIR
To: r-help@r-project.org
Cc:
Sent: Friday, June 1, 2012 5:31 PM
Subject: [R] Average curve in R
Dear R users,
l
I have weekly data in the following manner
[,1][,2][,3][,4]
6222
5443
6352
(datQmean)
days<-c(1:7)
datQplot<-data.frame(datQmean,days)
plot(datQmean~days,data=datQplot,type="l")
A.K.
- Original Message -
From: QAMAR MUHAMMAD UZAIR
To: r-help@r-project.org
Cc:
Sent: Friday, June 1, 2012 5:31 PM
Subject: [R] Average curve in R
Dear R users
Dear R users,
I have weekly data in the following manner
[,1][,2][,3][,4]
6 2 2 2
5 4 4 3
6 35 2 13
7 32 3 5
4 4 423 3
3 6 4 5
5 6 5 3
I drew curve of each colum
4 matches
Mail list logo