plot_pace_by_team: Plot Pace by team

View source: R/graphics.R

plot_pace_by_teamR Documentation

Plot Pace by team

Description

Plot Pace by team

Usage

plot_pace_by_team(
  graphic_dir = getOption("HockeyModel.graphics.path"),
  subdir = "pace",
  prediction_dir = getOption("HockeyModel.prediction.path"),
  scores = HockeyModel::scores
)

Arguments

graphic_dir

The graphics directory

subdir

The pace subdirectory in graphics

prediction_dir

The predictions directory

scores

The HockeyModel::scores object, or custom scores in the same format.


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