# NOT RUN {
library(EGRET)
eList <- Choptank_eList
# }
# NOT RUN {
# If run interactively, using stationary flow normalization
# in this format it will prompt for nBoot, blockLength and widthCI.
# CIAnnualResults <- ciCalculations(eList)
# run in batch mode, using non-stationary flow normalization
# In this example nBoot is set very small, useful for an initial trial run.
# A meaningful application would use nBoot values such as 100 or even 500.
seriesOut_2 <- runSeries(eList, windowSide = 11)
CIAnnualResults <- ciCalculations(seriesOut_2,
nBoot = 10,
blockLength = 200,
widthCI = 90)
plotConcHistBoot(seriesOut_2, CIAnnualResults)
# }
Run the code above in your browser using DataLab