This function calculates the statistical performance of all the saved model runs in the /rswap_saved/ folder, as well as the last performed run. It does this per variable and for any/all given depths, for the passed statistical performance indicator stat from package hydroGOF

rswap_plot_performance(
  project_path,
  variable,
  stat,
  depth = NULL,
  verbose = FALSE
)

Arguments

project_path

path to project directory (string)

variable

variable to show (string)

stat

a statistical indicator function from package hydroGOF (string)

depth

depth(s) to show. Leave blank for all (numeric/vector)

verbose

print status? (flag)

Details

The performance indicator will be the result of a function passed as a string in the stat parameter as called from the hydroGOF package.

The following are supported for stat:

br2 cp d KGE mae md me mNSE mse nrmse NSE pbias rd rmse rNSE rPearson rSD rsr ssq VE

Please note, passing multiple variables at differing depths will not work! (yet)