Create a scatter plot with ggplot
Make your first steps with the ggplot2 package to create a scatter plot. Use the grammar-of-graphics to map data set attributes to your plot and connect different layers using the + operator.
Define a dataset for the plot using the ggplot() function
...
