Obs <- hydroDCindex::Q_obs
Sim <- hydroDCindex::Q_sim
# option 1 for indexes
hydroDCindex::hydroDC_Index(Obs, Sim, 1)
# option 2 for duration curve values
hydroDCindex::hydroDC_Index(Obs, Sim, 2)
# option 3 for duration curve plot
hydroDCindex::hydroDC_Index(Obs, Sim, 3)
# option 4 for scatter plot with goodness of fit tests
hydroDCindex::hydroDC_Index(Obs, Sim, 4)
Run the code above in your browser using DataLab