eBootReport: Extract useful information from bootstrapped WRTDS output

View source: R/eBootReport.R

eBootReportR Documentation

Extract useful information from bootstrapped WRTDS output

Description

Summarizes concentration and/or flux trends identified by EGRETci utilities.

Usage

eBootReport(data, eList = NULL,
flux = FALSE, conc = TRUE, text = FALSE)

Arguments

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

Value

list eBootReport returns a list the same length as list1 and list2

Examples

## 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)
 

troyhill/SFNRC documentation built on Dec. 30, 2024, 4:32 p.m.