Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 281 Bytes

File metadata and controls

4 lines (3 loc) · 281 Bytes

ggplot2-RStudio

ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.

https://ggplot2.tidyverse.org/