plot_LHC: Plot results of LHC calibration

View source: R/plot_LHC.R

plot_LHCR Documentation

Plot results of LHC calibration

Description

Plot the results of a calibration done using the 'cali_ensemble()' function with cmethod = "LHC".

Usage

plot_LHC(
  config_file,
  model,
  res_files,
  qual_met = "rmse",
  best_quant = 0.1,
  best = "low"
)

Arguments

config_file

filepath; to LakeEnsemblr yaml master config file for which 'cali_ensemble()' was run.

model

vector; model to export driving data. Options include c("GOTM", "GLM", "Simstrat", "FLake")

res_files

a vector with the paths to the parameter and result files generated by 'cali_ensemble()' (the return value of running 'cali_ensemble()' with cmethod = "LHC").

qual_met

Name of the performance metric to use. ;ust be a column name in the model result files.

best_quant

Quantile for wich the distribution of the parameetrs is to be plotted

best

character can euther be "low" or "high", specifying if low or high values of the performance metric imply good model performance


aemon-j/LakeEnsemblR documentation built on April 11, 2025, 10:09 p.m.