R/createDemandSite.base.R

Defines functions createDemandSite.base

Documented in createDemandSite.base

createDemandSite.base <-
function(name,demandTS,demandParams,returnFlowFraction,suppliers,downstream,priority)
{
   demand<-list(name=name,
                label=runif(1),
                demandTS=demandTS,
                demandParams=demandParams,
                returnFlowFraction=returnFlowFraction,
                suppliers=suppliers,
                downstream=downstream,
                priority=priority)
   return(demand)
}

Try the WRSS package in your browser

Any scripts or data that you put into this service are public.

WRSS documentation built on May 30, 2022, 1:07 a.m.