Learn R Programming

nbastatR (version 0.1.10131)

plot_nba_player_bokeh_shotchart: Get's NBA player's season shot chart with specific parameters

Description

Get's NBA player's season shot chart with specific parameters

Usage

plot_nba_player_bokeh_shotchart(player, year_season_end = 2015,
  plot_hex = T, author = "Alex Bresler", use_shot_zone_side = T,
  season_type = "Regular Season", shot_areas = c("Three Point", "Paint",
  "Mid-Range"), shots_type = c("Dunk", "Layup", "Jump Shot", "Fadeaway",
  "Bank", "Tip", "Hook"), vs_conference = NA, vs_division = NA,
  quarter_range = 1:12, minute_range = 0:12, against_team = NA,
  game_location = NA, game_month = NA, outcome = NA, position = NA,
  season_segment = NA, exclude_backcourt = T)

Arguments

exclude_backcourt

Examples

Run this code
 plot_nba_player_bokeh_shotchart( player = "Thomas Robinson", exclude_backcourt = T, shots_type = c("Dunk", "Layup", "Hook", "Jump Shot"))

shot_areas = c('Paint', 'Mid-Range'), use_shot_zone_side = T, season_segment = 'Post All-Star',
year_season_end = 2015, author = "Alex Bresler")

Run the code above in your browser using DataLab