readSubcatchments: read SWM results for subcatchments

Description Usage Arguments Details Value Author(s)

View source: R/read_SWMM.r

Description

Read subcatchment results from a SWMM file.

Usage

1
readSubcatchments(SWMMfile, names = NULL, variables = NULL)

Arguments

SWMMfile

a SWMMfile object

names

vector of names of the subcatchment to be read. If NULL, all subcatchment are read. Partial matching is supported.

variables

vector of variables to be read for each subcatchment, see Details below. If NULL, all variables are read. Partial matching is supported.

Details

The following variables are available for subcatchments:

Value

A named list of separate xts objects for each variable. The xts objects contain the data for all subcatchment.

Author(s)

Andreas Scheidegger


scheidan/SWMMR documentation built on May 30, 2019, 8:39 a.m.