This plots differences between two model runs visualized by red and blue arrows indicating the direction of the change.
pr_plot_arrows(data, models = NULL, lwd = 1.3, length = 0.03)
a structure list generated by model_comparison()
models to compare, vector with two model names e.g. c("TT","PTT") (default, first two models in the data file)
line witdth of the arrows in the plot, change for readability (default = 1.3)
length of the arrow head, change for readability (default = 0.03)
This allows you to explore the effect of model structure on the estimated phenology dates.
if (FALSE) {
pr_plot_arrow(data = model_comparison_data)
}