Learn R Programming

epanet2toolkit (version 1.0.8)

ENsetlinknodes: Set the indexes of a link's start- and end-nodes

Description

Set the indexes of a link's start- and end-nodes

Usage

ENsetlinknodes(index, node1_index, node2_index)

Arguments

index

a link's index (starting from 1).

node1_index

The index of the link's start node (starting from 1).

node2_index

The index of the link's end node (starting from 1).