| Hosted by CoCalc | Download
%r cars <- c(1, 3, 6, 4, 9) plot(cars, type="o", col="blue") title(main="Autos", col.main="red", font.main=4)