assist_net: Assist Network

View source: R/assist_net.R

assist_netR Documentation

Assist Network

Description

Renders assist network for game or entire season

Usage

assist_net(
  team,
  season,
  node_col,
  three_weights = T,
  threshold = 0,
  message = NA,
  return_stats = T
)

Arguments

team

Team to create network for

season

Season, as a character, (e.g. "2019-20"), or vector of ESPN game_ids. for which data to use in network.

node_col

Color of nodes in network

three_weights

Logical indicating whether to give extra weight for assisted three-point shots. If TRUE, assisted three-point shots will be given weight 1.5 (as opposed to weight 1). Default = 'TRUE'.

threshold

Number between 0-1 indicating minimum percentage of team assists/baskets a player needs to exceed to be included in network. Default = 0.

message

User-supplied plot title to overwrite default plot title, if desired. Default = 'NA'.

return_stats

Return Assist Network-related statistics (default = 'TRUE')

Value

List with network statistics

  • "clust_coeff" - Network Clustering Coefficient

  • "page_ranks" - Player Page Ranks in network

  • "hub_scores" - Player Hub Scores in network

  • "auth_scores" - Player Authority Scores in network

  • "ast_freq" - Player percentage of team's assists

  • "shot_freq" - Player percenatge of scoring on team's assisted baskets


lbenz730/ncaahoopR documentation built on May 4, 2024, 1:35 p.m.