R/createJunction.base.R

Defines functions createJunction.base

Documented in createJunction.base

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

   return(junction)
}

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.