Skip to contents

Plot scores by horizon over time

Usage

plot_score_by_horizon_t(
  scores,
  score_type,
  score_display_name = toupper(score_type)
)

Arguments

scores

tibble of scores for every location, forecast date, and horizon

score_type

Score to display, as its column name in scores.

score_display_name

Display name for the score. If not specified, use the value of score_type in uppercase.

Value

plot of scores over time faceted by horizon