eBootReport | R Documentation |
Summarizes concentration and/or flux trends identified by EGRETci utilities.
eBootReport(data, eList = NULL,
flux = FALSE, conc = TRUE, text = FALSE)
data |
eBoot results from EGRETci |
eList |
a list (of data frames, models, etc.) |
flux |
logical, indicating whether output is desired for fluxes |
conc |
logical, indicating whether output is desired for concenctrations |
text |
logical, indicates whether text output should be printed to the console |
list eBootReport
returns a list the same length as list1 and list2
## Not run:
registerDoParallel(cl)
nitro <- lapply(targStns, function(stnSelect)
modelEstimation(convertToEgret(stn = stnSelect, target_analyte = targAnalyte,
wq_data = wqTemp, flow_data = hydDat)))
stopCluster(cl)
nitro <- lapply(nitro, setPA, paStart = WaterYearStart, paLong = 12)
caseSetUp.tkn <- mapLists(trendSetUp, nitro, list2 = NULL,
year2 = list(2017, 2017, 2015, 2015, 2007, 2013), year1 = startDate,
nBoot = nBoot_var, min = 100, blockLength = blockLength_var, bootBreak = 100)
eBoot.tkn <- mapLists(wBT, nitro, caseSetUp.tkn)
eBootReport(data = eBoot.tkn[[1]]$pConc)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.