
2023-09-28
Data
Geoms
Aesthetic mappings
Facets
The underlying data frame.
Think rows and columns.
Shapes to represent the data.
Individual geoms use one shape per row.
Group geoms use multiple rows to create a shape.
Also called small multiples.
Slice the rows into multiple sub populations.



ggplot function and pass in a data frame.