View source: R/createDiversion.default.R
createDiversion.default | R Documentation |
createDiversion
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.
## Default S3 method: createDiversion(name = "Div1", capacity , divertObject = NA, downstream = NA, priority = NA)
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. |
An object from class of createDiversion
createDiversion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.