Description Usage Arguments Value
Performs appropriate unit conversion to go from flow and concentration to load
1 2 | loadTS(flow, conc, datetime, flow.units = "ft3/s", conc.units = "mg/l",
load.units = "kg/day")
|
flow |
stream discharge (volume per time) |
conc |
constituent concentration (mass per volume) |
datetime |
Time of observations, as a Date or POSIXct object. |
flow.units |
options are "ft3/s" (default, also recognizes "CFS"), "m3/s", and "l/s" |
conc.units |
options are "mg/l" (default), "ug/l", and "ng/l" |
load.units |
options are "kg/day" |
data.frame with columns "datetime" and "load", also attribute "load.units"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.