Concept Flow - Scatter plots (geom_point)
Start with data frame
Call ggplot() with data
Add geom_point() layer
Map variables to x and y aesthetics
Plot points on graph
Render scatter plot
This flow shows how data is passed to ggplot, points are mapped to x and y, and then plotted as a scatter plot.