Completion requirements
In this short practice exercise, you will implement the high-level function plot. It is convenient for fast checks and does not require installing additional packages. This exercise does not count toward your grade. It is just for practice!
Exercise:
- Modify the code
plot(cars)
to change the shape and color of the points. - Use the jpeg() driver and
dev.off()
to save the plot on your computer.
Last modified: Friday, 16 December 2022, 12:03 PM