Creates bar charts for the statistics rRMSE and EF across calibration steps, with one panel per statistic. Variables are displayed on the x-axis and bars are colored according to the step.

plot_stats_bars(stats_per_steps)

Arguments

stats_per_steps

A data.frame containing at least the columns:

  • step: the step name,

  • variable: the variable name,

  • rRMSE: root Relative Mean Squared Error,

  • EF: Efficiency Factor.

Value

A ggplot object displaying the bar charts.