22

What are the 3 mandatory layers to build a plot with the function ggplot() in R?

1. the code, the crash, and the desperate switch to Prism

2. the data, the aesthetic mapping aes(), and at least one geometric layer geom_…

3. the data, the aesthetic mapping aes(), and a carefully chosen theme_bw()

 

>>> Click here to give your answer