Displaying 1 result from an estimated 1 matches for "dat4g".
Did you mean:
dat4
2012 Jun 01
1
Fit lines in intxplot
...d(datGreen$DarkSt,datGreen$LightSt),ncol=1,byrow=TRUE))
??? colnames(datG)<-"Response"
??? dat2G<-datG[-1,]
??? dat2G<-data.frame(dat2G)
??? dat2G<-dat2G[-1,]
??? dat2G<-data.frame(dat2G)
??? colnames(dat2G)<- "Response"
??? dat3G<-data.frame(dat1,dat2G)
??? dat4G<-transform(dat3G,trt=ordered(trt,levels=c('D','L')))???
??? ?dat4G$time<-factor(dat4G$time)
??? position(dat4G$time)<-as.numeric(levels(dat4G$time))
??? position(dat4G$trt)<-c(10,20)
#pdf("GreenDarkvsLight.pdf")
intxplot(Response~time,data=dat4G,groups=trt,se=...