todayOddsPlot | R Documentation |
Today's game odds graphic
todayOddsPlot(
date = Sys.Date(),
params = NULL,
schedule = HockeyModel::schedule,
scores = HockeyModel::scores
)
date |
date to predict odds. 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 |
scores |
HockeyModel::scores or a custom value |
today's odds ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.