readNodes: read SWM results for nodes

Description Usage Arguments Details Value Author(s)

View source: R/read_SWMM.r

Description

Read node results from a SWMM file.

Usage

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

Arguments

SWMMfile

a SWMMfile object

names

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

variables

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

Details

The following variables are available for nodes:

Value

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

Author(s)

Andreas Scheidegger


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