View source: R/createDemandSite.base.R
| createDemandSite.base | 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.
## S3 method for class 'base'
createDemandSite(name, demandTS, demandParams, 
                   returnFlowFraction, suppliers,
                   downstream, priority)
| 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 list
createDemandSite
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.