createDemandSite.default {WRSS} | R Documentation |
default function for class of createDemandSite
Description
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.
Usage
## 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)
Arguments
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. |
Value
An object from class of createDemandSite