plot_odds_today: Plot Today's Odds

View source: R/graphics.R

plot_odds_todayR Documentation

Plot Today's Odds

Description

Plot Today's Odds

Usage

plot_odds_today(
  today = Sys.Date(),
  params = NULL,
  schedule = HockeyModel::schedule,
  teamColours = HockeyModel::teamColours
)

Arguments

today

The day's odds to plot. Default today.

params

The named list containing m, rho, beta, eta, and k. See updateDC for information on the params list

schedule

HockeyModel::schedule or a custom value

teamColours

HockeyModel::teamColours or a custom value

Value

a ggplot image of odds


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