search for: inputdot

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

2008 Aug 26
1
more dot plots on 1 page
...y. Then I tried with print(). But then I had to give the dot plots names. This also does not work. Any one who has some more ideas? What do I do wrong? species.vector<-c("Lp","Pp","Pl","Ra","Lc","Ml") for(i in 1:6){ XXXX<- inputdot[inputdot$sp_==species.vector[i],] str(XXXX) XX7<-subset(XXXX,chamber==7) XX8<-subset(XXXX,chamber==8) XX9<-subset(XXXX,chamber==9) XX10<-subset(XXXX,chamber==10) species.vector[i] <- dotplot(XX7$BG_dry~XX7$stress,ylim=c(0,20),ylab="biomass",scales=list(ti ck.numb...