Displaying 1 result from an estimated 1 matches for "ndvid".
Did you mean:
ndvi
2007 Aug 01
1
Problem to remove loops in a routine
...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)) #number of occassions
(OCC, PER, etc...)
nGRP<-nlevels(factor(mydata...