summary: Show summary of a swmm model structure

Description Usage Arguments Value Examples

Description

Show summary of a swmm model structure

Usage

1
2
## S3 method for class 'inp'
summary(object, ...)

Arguments

object

An object of class 'inp', created by read_inp.

...

Additional parameters (currently ignored).

Value

The input is returned invisibly.

Examples

1
2
3
4
5
## Not run: 
x <- read_inp("model.inp")
summary(x)

## End(Not run) 

swmmr documentation built on March 2, 2020, 5:09 p.m.