loadTS: Calculate loads from concentration and flow

Description Usage Arguments Value

View source: R/calcLoad.R

Description

Performs appropriate unit conversion to go from flow and concentration to load

Usage

1
2
loadTS(flow, conc, datetime, flow.units = "ft3/s", conc.units = "mg/l",
  load.units = "kg/day")

Arguments

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"

Value

data.frame with columns "datetime" and "load", also attribute "load.units"


markwh/rcmodel documentation built on May 21, 2019, 12:26 p.m.