| nba_pace | R Documentation |
Pace (possessions per 48 minutes)
nba_pace(poss, minutes)
poss |
Numeric vector of possessions (e.g. from |
minutes |
Numeric vector of total team minutes played (player-minutes; 240 for a regulation game). |
A numeric vector of pace (possessions per 48 minutes).
Other Basketball Analytics Utilities:
espn_basketball_player_core(),
nba_add_advanced_metrics(),
nba_assist_pct(),
nba_assist_to_turnover(),
nba_defensive_rating(),
nba_effective_fg_pct(),
nba_four_factors(),
nba_ft_rate(),
nba_game_score(),
nba_net_rating(),
nba_offensive_rating(),
nba_oreb_pct(),
nba_per_minutes(),
nba_per_possessions(),
nba_possessions(),
nba_true_shooting_pct(),
nba_turnover_pct(),
nba_usage_rate()
nba_pace(poss = 100, minutes = 240)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.