plot_prediction_presidents_by_team: Plot President's Trophey Odds

View source: R/graphics.R

plot_prediction_presidents_by_teamR Documentation

Plot President's Trophey Odds

Description

Plot President's Trophey Odds

Usage

plot_prediction_presidents_by_team(
  all_predictions = compile_predictions(),
  past_days = 14,
  minimum = 0.01,
  teamColours = HockeyModel::teamColours
)

Arguments

all_predictions

the compiled predictions

past_days

number of past days to include on the plot. Default: a fortnight

minimum

Minimum chance at pres trophy to plot. Cleans up significantly.

teamColours

HockeyModel::teamColours or a custom value

Value

a ggplot object


pbulsink/HockeyModel documentation built on Dec. 16, 2024, 8:03 a.m.