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) 

dleutnant/swmmr documentation built on Feb. 8, 2022, 2:07 a.m.