R/createJunction.base.R

Defines functions createJunction.base

Documented in createJunction.base

createJunction.base <-
function(name,downstream,inflow,delayInflow)
{
   junction<-list(name=name,downstream=downstream,label=runif(1),inflow=inflow,delayInflow=delayInflow)
   return(junction)
}

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.