Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 494 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 494 Bytes

StochasticPQRUT

Build Status

This R package implements the Stochastic PQRUT model,which can be used to derive design flood hydrographs.

An example application is provided in the vignette. The package can be installed by using:

install.packages("devtools")

library("devtools")

install_github("valeriyafilipova/StochasticPQRUT", build_vignettes = TRUE)