Chapter4 Problem 4
Using the iris dataset in the datasets package (dataset package belongs to Base R and so you don’t need to download the package), replicate the plot below using the following settings:
- Set size = 6 for the size of points
- Set alpha = 0.5
- Use theme_minimal()
(iris is another famous dataset in R. You may google or check the this link to learn more about the dataset)
Answer