Learn R Programming

EGRET (version 3.0.12)

fillUpElists: fillUpElists

Description

Function used in `runSeries` to populate the yHat, SE, and ConcHat columns into the Daily and Sample data frames within the eList.

Usage

fillUpElists(eList)

Arguments

eList

named list with the INFO, Daily, and Sample dataframes and surfaces matrix

Examples

Run this code

eList <- Choptank_eList
eList$Daily$yHat <- NULL
eList$Daily$SE <- NULL
eList$Sample$SE <- NULL
eList$Sample$yHat <- NULL

eList <- fillUpElists(eList)
head(eList$Daily$yHat)
head(eList$Daily$SE)
head(eList$Sample$SE)
head(eList$Sample$yHat)

Run the code above in your browser using DataLab