Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.

Lecture 03
Cornell University
INFO 2951 - Spring 2026
January 27, 2026
Air formatter
Repositories cloned in Positron are automatically configured to use Air, an R code formatter.
Use the {tidyverse} style guide
Avoid long lines of code
Label code cells
labels.Render, commit, and push regularly
Illustration credit: @reina_sabah
What do these plots show?
Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.



`stat_bin()` using `bins = 30`. Pick better value `binwidth`.

ae-01Instructions
ae-01 (repo name will be suffixed with your GitHub name).renv::restore() to install the required packages, open the Quarto document in the repo, and follow along and complete the exercises.