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
)
path to project directory (string)
set to TRUE
if project is saved in "rswap_saved/" (flag)
statistical performance indicator (ie. "NSE") (string)
variable name. leave blank for all. (string)
depth of variable if it is depth-wise. leave blank for all (numeric)
print status? (flag)
dataframe value(s) of performance indicator(s) for given variable(s) and depth(s)
Please note, passing multiple variables at differing depths will not work! (yet)