Model comparison plotting routine to faciliate model development and quick comparisons of the skill of various models. Add your model to the list in your branch or fork to make this work with novel model formulations.

pr_plot_comparison(data = NULL, ylab = "RMSE (days)", names = TRUE, ...)

Arguments

data

list returned by model_comparison()

ylab

cost function value to annotate y-axis (default = "RMSE (days)")

names

include model names, TRUE / FALSE (default = TRUE)

...

extra arguments to pass to the function

Examples


if (FALSE) {
pr_plot_comparison()
}