plotAstNetwork: Plot assists network

View source: R/plotAstNetwork.R

plotAstNetworkR Documentation

Plot assists network

Description

Uses igpraph to plot a network graph showing who assisted who from play-by-play data.

Usage

plotAstNetwork(pbp_df, team, n_min)

Arguments

pbp_df

Data frame with play-by-play data

team

A three letter string specifying the team code

n_min

Integer scalar specifying the minimum number of assists to be considered

Value

An igraph network plot


ponelplay/test documentation built on April 14, 2022, 12:43 a.m.