Introduction to Data Visualization with ggplot2
Rick Scavetta
Founder, Scavetta Academy
Element | Description |
---|---|
Data | The data-set being plotted. |
Aesthetics | The scales onto which we map our data. |
Geometries | The visual elements used for our data. |
Element | Description |
---|---|
Data | The data-set being plotted. |
Aesthetics | The scales onto which we map our data. |
Geometries | The visual elements used for our data. |
Themes | All non-data ink. |
Element | Description |
---|---|
Data | The data-set being plotted. |
Aesthetics | The scales onto which we map our data. |
Geometries | The visual elements used for our data. |
Themes | All non-data ink. |
Statistics | Representations of our data to aid understanding. |
Coordinates | The space on which the data will be plotted. |
Facets | Plotting small multiples. |
Introduction to Data Visualization with ggplot2