Nutrient Load: Calculates load from discharge and concentration data

Load.Calc.kg(flow.cfs, conc.mgL)

Arguments

flow.cfs

Daily discharge data in cubic feet per second

conc.mgL

Nutrient (or other parameter) concentration data in milligrams per liter

Value

Calculates load in kilograms from discharge (cfs) and concentration (mg/L)

Note

see dat.interp()

Examples

Load.Calc.kg(350,0.0012);#350 cfs and 0.0012 mg/L
#> [1] 1.027562