createJunction.default: default function for class of 'createJunction'

Description Usage Arguments Value Author(s) See Also

View source: R/createJunction.default.R

Description

instantiates an object from class of createJunction

Usage

1
2
3
## Default S3 method:
createJunction(name = "Unttitled", downstream=NA, 
                                 inflow = NA, delayInflow = 1)

Arguments

name

(optional) a string: the name of junction to be instantiated

downstream

(optional) an object from either of classes: createDiversion, createReservoir, createSubbasin, createJunction, createReach.

inflow

(optional): a vector of direct/lateral inflow (cms)

delayInflow

(optional): an integer presenting the time steps to delay direct/lateral inflow time series

Value

a list: an object from class of createJunction

Author(s)

Rezgar Arabzadeh

See Also

addObjectToBasin


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