plot_LHC | R Documentation |
Plot the results of a calibration done using the 'cali_ensemble()' function with cmethod = "LHC".
plot_LHC(
config_file,
model,
res_files,
qual_met = "rmse",
best_quant = 0.1,
best = "low"
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.