Web.colby.edu

5. Open the diamonds data frame, loaded in the ggplot2 package. Prepare a scatterplot of price (y-variable) against carat (x-variable). Within the aes() portion of your ggplot code, use the col command to display the clarity and the shape command to display the cut. If you need help using the shape command, just run the command ?shape to find help. ................
................