Concept Flow - ggplot() and aes() basics
Start ggplot()
Define aes() mapping
Add layers (geom_*)
Render plot with mapped aesthetics
The flow starts by creating a ggplot object, then defining how data columns map to visual properties with aes(), adding layers, and finally rendering the plot.