Learn R Programming

EGRET (version 3.0.2)

calculateMonthlyResults: Calculates monthly mean values of Q, Conc, Flux, FNConc, and FNFlux for the entire record.

Description

Computes the monthly mean values of discharge, concentration, flux, flow-normalized concentration and flow-normalized flux (Q, Conc, Flux, FNConc, and FNFlux) in SI units Note that the Flux and FNFlux values are average flux values (not totals). For discharge they are in m3/s, concentration is mg/L, and flux is kg/day. It returns a data frame containing month, year, decimal year, and mean values of DecYear, Q, Conc, Flux, FNConc, and FNFlux.

Usage

calculateMonthlyResults(eList)

Arguments

eList

named list with at least the Daily dataframes

Value

MonthlyResults data frame of numeric values describing the monthly average values

Examples

Run this code
# NOT RUN {
eList <- Choptank_eList
monthlyResults <- calculateMonthlyResults(eList)
# }

Run the code above in your browser using DataLab