Learn R Programming

swmmr (version 0.9.1)

summary.inp: Show summary of a swmm model structure

Description

Show summary of a swmm model structure

Usage

# S3 method for 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

Run this code
# NOT RUN {
x <- read_inp("model.inp")
summary(x)
# }

Run the code above in your browser using DataLab