kp_pointdist {hoopR} | R 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))
[Package hoopR version 2.1.0 Index]