Completion requirements
In this exercise, you practice producing scatterplots for a publication. This exercise does not count toward your grade. It is just for practice!
Exercise:
- Use the
iris
dataset to produce a scatterplot ofSepal.Length
versusSepal.Width
. - Color the points by
Species
and add a legend showing the color for each species. - Feel free to use the base R or ggplot2 plotting system.
- Export the plot in PNG format.
Last modified: Friday, 16 December 2022, 12:38 PM