RHMS (version 1.1)

sim: RHMS simulation function

Description

simulates an object inherited form class of createBasin

Usage

sim(object)

Arguments

object

an object from class of createBasin

Value

a list: the same as objects inherited from class of createBasin

References

NRCS, U. (1986). Urban hydrology for small watersheds-Technical Release 55 (TR55). Water Resources Learning Center. Washington DC.

Chow, V. T., Maidment, D. R., & Mays, L. W. (1988). Applied hydrology.

Examples

Run this code
# NOT RUN {
data(Zaab)

Zaab_sim<-sim(Zaab)

# }
# NOT RUN {
plot(Zaab_sim)
# }
# NOT RUN {
summary(Zaab_sim)

# }

Run the code above in your browser using DataCamp Workspace