createJunction.default {RHMS} | R Documentation |
createJunction
instantiates an object from class of createJunction
## Default S3 method:
createJunction(name = "Unttitled", downstream=NA,
inflow = NA, delayInflow = 1)
name |
(optional) a string: the name of junction to be instantiated |
downstream |
(optional) an object from either of classes: |
inflow |
(optional): a vector of direct/lateral inflow (cms) |
delayInflow |
(optional): an integer presenting the time steps to delay direct/lateral inflow time series |
a list: an object from class of createJunction
Rezgar Arabzadeh