This project uses R and the f1dataR package to analyze and visualize Formula 1 telemetry data from qualifying sessions (Lando Norris). It focuses on generating an animated visualization of Lando Norris’ qualifying lap—with speed traces and corner markers to help illustrate how telemetry data translates into on-track performance.
- Data Loading: Retrieve qualifying results and lap-by-lap telemetry using
f1dataR. - Visualization: Create detailed plots using
ggplot2(speed vs. distance, etc.). - Animation: Animate the lap data with
gganimateto show the progression of Norris' lap in real time. - Corner Markers: Overlay track corner information using
ggrepelfor clear, non-overlapping labels.
