search for: dat3g

Displaying 1 result from an estimated 1 matches for "dat3g".

Did you mean: dat3
2012 Jun 01
1
Fit lines in intxplot
...) ??? datG<-data.frame(matrix(rbind(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(Re...