- Basics of R
- Visualizations
- A preliminary analysis
- A more detailed program
- Background information
- Comments on the nature of the language
- User ecosystem, etc.
- Simple plotting with the base R graphics library
- Quick plotting with ggplot2 (using qplot)
- Detailed plotting with ggplot2 (using ggplot)
- Looks at the Portland Trailblazers roster from 2012 - 2016
- Getting data
- Creating a data frame
- Creating subsets based on research questions
- Visualizing the output
- Connects to the website "basketball-reference.com"
- Pulls in career per-season data, one player at a time
- Creates custom data frames holding data for multiple players
- Performs comparisons on the spot
- Can make visualizations