search for: ntrellisrow

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

Did you mean: ntrelliscol
2007 Aug 01
1
Problem to remove loops in a routine
...) mydata$DVID<-rep.int(1,1600) #in a real dataset, DVID could have typically 2 to 3 levels ############# # Plotting routine ############# myPath<-"C:/" #TO BE MODIFIED nTrellisCol<-2 #number of columns per Trellis plot nTrellisRow<-3 #number of lines per Trellis plot nDVID<-nlevels(factor(mydata$DVID)) #number of DVID=observations types nidPlot<-nlevels(factor(mydata$PLOT)) #number of items in the PLOT column nPer<-nlevels(factor(mydata$OCC))...