Displaying 1 result from an estimated 1 matches for "numberfires".
2012 Mar 29
1
Error: argument of length 0
...step through it by hand, I
have no problems. It keep crashing when i<-10. I cannot figure this out to
save my life! Please help and THANK YOU in advance!
variables:
FM100 is a matrix of columns: year, day (all years set to 366 days), region
1, region 2... region N
columnID <- region # +2
numberFires is the number of fires that occurred in the region (the code
assures there are more than 0 fires)
years is a vector of fire years as pertains to each fire counted in
numberFires
explanatory.variables$DOY is a vector of Day-of-Year for each fires start
day
code:
#Read FM100 file
if (REGION...