Specify the needed outputs from an Epanet-msx simulation in the
[REPORT] section of the .msx file to create reports for reading with
with this function.
The function returns an S3 object (list) with a data.frame for node results and
data.frame for link results. These data.frames contain results from all
the time periods to facilitate time series plots.
# path to example file included with this packagemsr <- file.path( find.package("epanetReader"), "extdata","example.rpt")
#read the results into Rx <- read.msxrpt(msr)
names(x)
summary(x)
plot(x)