bbgraph: Scatter Plot of Basketball Game Scores

View source: R/bbgraph.R

bbgraphR Documentation

Scatter Plot of Basketball Game Scores

Description

For a filtered men's college basketball team builds a scatter plot where opponent score is on the x-axis, and team score is on the y-axis. A y = x line is also shown to show which games are close or not

Usage

bbgraph(data, team = NULL)

Arguments

data

A tibble of the Ken Pomeroy basketball data

team

Character value of the desired team.

Value

A geom_point plot.


devinwarner10/devinwcbb documentation built on April 22, 2022, 2:06 a.m.