plot_prediction_points_by_team: Plot Predicted Points

View source: R/graphics.R

plot_prediction_points_by_teamR Documentation

Plot Predicted Points

Description

Plot Predicted Points

Usage

plot_prediction_points_by_team(
  all_predictions = compile_predictions(),
  past_days = 14,
  teamColours = HockeyModel::teamColours
)

Arguments

all_predictions

the compiled predictions

past_days

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

teamColours

HockeyModel::teamColours or a custom value

Value

a ggplot object


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