Keywords: R-car stopping distances 1920.svg A simple graph of car stopping distances Generated from the cars dataset in the R statistical package 2008-11-14 HYanWong Created with R using the following commands <pre> svg R-car_stopping_distances_1920 svg 4 4 8 speed kph <- cars speed 1 609344 dist m <- cars dist 0 3048 plot speed kph dist m xlab Speed km/h ylab Stopping distance m las 1 lines lowess speed kph dist m f 2/3 iter 3 col red title main Stopping distances of cars from the 1920s dev off </pre> Regression analysis Scatterplots |