populateDailySamp: Merge concentration to Daily

View source: R/kalman_functions.R

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


EGRET documentation built on April 18, 2023, 5:09 p.m.