powered by
Adds window parameters to INFO file in eList.
setForBoot(eList, caseSetUp, windowY = 7, windowQ = 2, windowS = 0.5, edgeAdjust = TRUE)
named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package, after running modelEstimation.
modelEstimation
data frame returned from trendSetUp
trendSetUp
numeric specifying the half-window width in the time dimension, in units of years, default is 7
numeric specifying the half-window width in the discharge dimension, units are natural log units, default is 2
numeric specifying the half-window with in the seasonal dimension, in units of years, default is 0.5
logical specifying whether to use the modified method for calculating the windows at the edge of the record.
surfaces matrix
# NOT RUN { library(EGRET) eList <- Choptank_eList # } # NOT RUN { caseSetUp <- trendSetUp(eList) bootSetUp <- setForBoot(eList,caseSetUp) # }
Run the code above in your browser using DataLab