kp_pointdist: *Get Team Points Distribution*

View source: R/kp_ratings_tables.R

kp_pointdistR Documentation

Get Team Points Distribution

Description

Get Team Points Distribution

Usage

kp_pointdist(min_year, max_year = most_recent_mbb_season())

Arguments

min_year

First year of data to pull

max_year

Last year of data to pull

Value

Returns a tibble of team points distributions

col_name types
team character
conf character
off_ft_pct numeric
off_ft_pct_rk numeric
off_fg_2_pct numeric
off_fg_2_pct_rk numeric
off_fg_3_pct numeric
off_fg_3_pct_rk numeric
def_ft_pct numeric
def_ft_pct_rk numeric
def_fg_2_pct numeric
def_fg_2_pct_rk numeric
def_fg_3_pct numeric
def_fg_3_pct_rk numeric
ncaa_seed numeric
year numeric

See Also

Other KenPom Ratings Functions: kp_efficiency(), kp_foul_trouble(), kp_fourfactors(), kp_height(), kp_kpoy(), kp_playerstats(), kp_pomeroy_ratings(), kp_teamstats()

Examples


   try(kp_pointdist(min_year = 2020, max_year = 2021))


hoopR documentation built on Nov. 26, 2023, 1:07 a.m.