Returns the performance for the chosen variable(s) and performance indicator(s). Supported performance indicators are: NSE, PBIAS, RMSE, RSR. Supported variables are those provided in the observed data file.

get_performance(
  project_path,
  archived = FALSE,
  stat = NULL,
  variable = NULL,
  depth = NULL,
  verbose = F
)

Arguments

project_path

path to project directory (string)

archived

set to TRUE if project is saved in "rswap_saved/" (flag)

stat

statistical performance indicator (ie. "NSE") (string)

variable

variable name. leave blank for all. (string)

depth

depth of variable if it is depth-wise. leave blank for all (numeric)

verbose

print status? (flag)

Value

dataframe value(s) of performance indicator(s) for given variable(s) and depth(s)

Details

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