Load.Calc.kg | R Documentation |
Nutrient Load: Calculates load from discharge and concentration data
Load.Calc.kg(flow.cfs, conc.mgL)
flow.cfs |
Daily discharge data in cubic feet per second |
conc.mgL |
Nutrient (or other parameter) concentration data in milligrams per liter |
Calculates load in kilograms from discharge (cfs) and concentration (mg/L)
see dat.interp()
Load.Calc.kg(350,0.0012);#350 cfs and 0.0012 mg/L
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.