Construct an event hydrograph
hydrograph.Rd
Construct an event hydrograph by linearly connecting pairs of discharge and timing.
Usage
hydrograph(..., unit = 1, env = rlang::caller_env())
Arguments
- ...
Pairs of discharges and timing separated by
~
.- unit
Conversion factor for the time values; single numeric. Useful if, for example, the timing is specified as a proportion of the total event time.
- env
Environment for which to search for bindings, in the case that discharge-timing pairs are specified symbolically.