R package for compute Duration Curve Hydrological Model Indexes based on Yilmaz (Yilmaz et al., 2008) methodology. It includes duration curve plot and scatter plot to evaluate fit of daily flow series modeled series.
Dependencies: stats, hydroGOF
You can install the development version of hydroDCindex from GitHub with this R command:
Functions | Description |
---|---|
hydroDC_Index(Q_obs, Q_sim, c_opt) |
Compute Duration Curve Hydrological Model Indexes. |
Q_obs |
Column with daily observed flows. |
Q_sim |
Column with daily simulates flows. |
c_opt |
Results, default 1 for indexes, 2 for duration curve values, 3 for DC plot and 4 for scatter plot. |
hydroDCindex::Q_obs
Example containing observed
flows.
hydroDCindex::Q_sim
Example containing simulated
flows.