Learn R Programming

EGRET (version 3.0.9)

populateDailySamp: Merge concentration to Daily

Description

Used for the WRTDS Kalman set of functions, this function merges the ConcAve into the Daily data frame, renaming it "trueConc", then calculates the "trueFlux", and "stdResid".

Usage

populateDailySamp(eList)

Arguments

eList

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

Examples

Run this code
eList <- Choptank_eList
Daily2 <- populateDailySamp(eList)

Run the code above in your browser using DataLab