confplot: NBA Conferences Winning Percentage Plotter

View source: R/confplot.R

confplotR Documentation

NBA Conferences Winning Percentage Plotter

Description

Creates a winning percentage bar chart for NBA teams in a chosen conference and year (from 1977 to 2020)

Usage

confplot(conference, year)

Arguments

conference
  • character value, either 'eastern' or 'western'

year
  • numeric value, a year in which the desired season has ended (e.g. year = 2008 will provide a graph for a 2007-2008 season, year = 2017 for 2016-17 etc.). Please note, that the function only accept years fr0m 1970.

Examples

confplot('eastern', 2007)
confplot('western', 1999)

mateuszrydzik/nbawinper documentation built on Nov. 9, 2023, 9:27 a.m.