bbgraph | R Documentation |
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
bbgraph(data, team = NULL)
data |
A tibble of the Ken Pomeroy basketball data |
team |
Character value of the desired team. |
A geom_point plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.