createDiversion.base {WRSS} | R Documentation |
base function for class of createDiversion
Description
this function constructs an object from class of createDiversion
, acting as a diversion dam which is able to divert water up to a specified capacity.
Usage
## S3 method for class 'base'
createDiversion(name, capacity,
divertObject, downstream, priority)
Arguments
name |
(optional) A string: the name of the diversion |
capacity |
The maximum capacity of diversion dam (CMS). |
divertObject |
(optional) An object from either of classes of |
downstream |
(optional) An object from either of classes of |
priority |
(optional) An integer: the supplying priority. |
Value
An object from class of list