plot_playoff_series_odds: Plot Today's Playoff Series Odds

View source: R/graphics.R

plot_playoff_series_oddsR Documentation

Plot Today's Playoff Series Odds

Description

Plot Today's Playoff Series Odds

Usage

plot_playoff_series_odds(
  series = getAPISeries(),
  params = NULL,
  teamColours = HockeyModel::teamColours
)

Arguments

series

A data frame of home team, away team, home wins, away wins

params

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

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.