‘ggplot2’ Basics
The Layered Grammar of Graphics
2023-05-03
abstract | Currently, ‘ggplot2’ and its extensions are the most popular approach to data visualization in R. Plot construction with these R packages is based on a Layered Grammar of Graphics for building data visualizations. In this page I explain how ‘ggplot2’ plots are assembled and later rendered. The main focus is on the grammar used and how its features determine how we build plots. |