View source: R/createRiver.default.R
createRiver.default | R Documentation |
createRiver
this function constructs an object from class of createRiver
, which is able to act as a chanel or resource to supply a seort of demand(s).
## Default S3 method: createRiver(name = "river1", downstream = NA, seepageFraction = NA, seepageObject = NA, discharge = NA, priority = NA)
name |
(optional) A string: the name of the river |
downstream |
(optional) An object; from either of classes of |
seepageFraction |
(optional) The seepage coeffcient of river discharge flow. The seepage is computed as the product of |
seepageObject |
(optional) An object; from either of classes of |
discharge |
(optional) A vector: is a vector of river discharge time series (MCM). |
priority |
(optional) An integer: the supplying priority. |
An object from class of createRiver
createRiver
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.