Displaying 1 result from an estimated 1 matches for "r_baseline".
Did you mean:
baseline
2010 Mar 06
2
memory error in for loop
...ing to figure it out
all day with no success. I have included below the for loop in the code
and the beginning of the error message that is produced in the terminal.
Any suggestions would be most welcome.
thanks in advance,
peter
script:
#create a list of results tables
matrixlist <- list(r_baseline, r_badlce, r_cblend, r_fedforest, r_ffv,
r_hiencrop, r_loencrop, r_maxfeed)
#par(mfcol= c(5,5))
for (i in matrixlist){
ptable<-i[,-1]#create plot matrix w/o price point column
ptable [is.na(ptable)] <- 0 #convert NA values to 0...