populateDailySamp {EGRET} | R Documentation |
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
eList <- Choptank_eList
Daily2 <- populateDailySamp(eList)
[Package EGRET version 3.0.9 Index]