powered by
ENgetflowunits retrieves a code number indicating the units used to express all flow rates.
ENgetflowunits
ENgetflowunits()
An integer, the code numnber indicating the flow units.
# path to Net1.inp example file included with this package inp <- file.path( find.package("epanet2toolkit"), "extdata","Net1.inp") ENopen( inp, "Net1.rpt") ENgetflowunits() ENclose()
Run the code above in your browser using DataLab