File:R-car stopping distances 1920.svg

Original file(SVG file, nominally 360 × 360 pixels, file size: 82 KB)

Summary

Description A simple graph of car stopping distances
Date
Source Generated from the "cars" dataset in the R statistical package
Author HYanWong
 
This W3C-unspecified chart was created with R.

using the following commands

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()

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

14 November 2008

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:42, 13 December 2008Thumbnail for version as of 10:42, 13 December 2008360 × 360 (82 KB)HYanWong{{Information |Description=A simple graph of car stopping distances |Source=Generated from the "cars" dataset in the R statistical package |Date=2008-12-13 |Author= HYanWong |Permission= |other_versions= }} {{Created with R}} from <pre>
17:39, 15 May 2007Thumbnail for version as of 17:39, 15 May 2007325 × 325 (12 KB)YanWong~commonswiki{{Information |Description=A simple graph of car stopping distances |Source=Generated from the "cars" dataset in the R statistical package |Date=2007-05-15 |Author=YanWong |Permission= |other_versions= }}

Global file usage

The following other wikis use this file: