View source: R/createDemandSite.default.R
createDemandSite.default | R Documentation |
createDemandSite
this function constructs an object from class of createDemandSite
, which represents a demand site such as domestic, agricultural, and etc, with a specified demand time series.
## Default S3 method: createDemandSite(name ="Unknown", demandTS =NA , demandParams=list(waterUseRate=NULL , waterVariation=NULL , cropArea=NULL) , returnFlowFraction =0.0 , suppliers = NA , downstream =NA , priority =NA)
name |
(optional) A string: the name of the demand site |
demandTS |
A vector: a vector of demand time series (MCM). If |
demandParams |
A list: If
|
returnFlowFraction |
(optional) |
suppliers |
(optional) A list of object(s) inherited from the folowing classes: |
downstream |
(optional) An object from either of classes of |
priority |
(optional) An integer: the priority to be supplied. A value in [1, 99] interval. |
An object from class of createDemandSite
createDemandSite
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.