eList <- Choptank_eList
year1 <- 1985
year2 <- 2010
# \donttest{
pairOut_1 <- runPairs(eList, year1, year2, windowSide = 0)
plotMonthTrend(pairOut_1)
plotMonthTrend(pairOut_1, flux = FALSE)
eList <- setPA(eList, paStart = 12, paLong = 3)
pairOut_2 <- runPairs(eList, year1, year2, windowSide = 0)
plotMonthTrend(pairOut_2)
eList <- setPA(eList, paStart = 1, paLong = 12)
pairOut_3 <- runPairs(eList, year1, year2, windowSide = 0)
plotMonthTrend(pairOut_3)
# }
Run the code above in your browser using DataLab