pr_plot_comparison: Model comparison plotting routine to faciliate model...

View source: R/plot_functions.R

pr_plot_comparisonR Documentation

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.

Description

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.

Usage

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


## Not run: 
pr_plot_comparison()

## End(Not run)

bluegreen-labs/phenor documentation built on Sept. 2, 2023, 10:34 a.m.