R/plot_functions.R
pr_plot_comparison.Rd
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, ...)
list returned by model_comparison()
cost function value to annotate y-axis (default = "RMSE (days)")
include model names, TRUE / FALSE (default = TRUE)
extra arguments to pass to the function
if (FALSE) {
pr_plot_comparison()
}