Displaying 1 result from an estimated 1 matches for "ntrelliscol".
2007 Aug 01
1
Problem to remove loops in a routine
...(20,10,1),each=80)
Y<-jitter(DV)
mydata<-data.frame(PLOT,ID,OCC,GRP,MODEL,TIME,DV,Y)
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))...