Displaying 1 result from an estimated 1 matches for "climaggregates".
2012 Mar 29
1
Error: argument of length 0
...(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_SCALE ==
"psa"){FM100<-read.csv("climaggregates/fm100_psa.csv",
header=FALSE,col.names=c("year","day",psa$OBJECTID))}
if (REGION_SCALE ==
"ecosection"){FM100<-read.csv("climaggregates/fm100_ecp.csv",...