createRiver.default {WRSS} | R Documentation |
default function for class of createRiver
Description
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).
Usage
## Default S3 method:
createRiver(name = "river1",
downstream = NA,
seepageFraction = NA,
seepageObject = NA,
discharge = NA,
priority = NA)
Arguments
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. |
Value
An object from class of createRiver