readLinks: read SWM results for links

Description Usage Arguments Details Value Author(s)

View source: R/read_SWMM.r

Description

Read link results from a SWMM file.

Usage

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

Arguments

SWMMfile

a SWMMfile object

names

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

variables

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

Details

The following variables are available for links:

Value

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

Author(s)

Andreas Scheidegger


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