R/createReach.base.R

Defines functions createReach.base

Documented in createReach.base

createReach.base <-
function(name,routingMethod,inflow,routingParams,delayInflow,downstream)
{
   reach<-list(name=name,
               routingMethod=routingMethod,
               routingParams=routingParams,
               inflow=inflow,
               delayInflow=delayInflow,
               label=runif(1),
               downstream=downstream)
   return(reach)
}

Try the RHMS package in your browser

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

RHMS documentation built on Sept. 27, 2021, 5:06 p.m.