File:Car stopping distances-1920.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 723 × 578 pixels, file size: 12 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description A simple graph of car stopping distances
Date
Source Generated from the "cars" dataset in the R statistical package
Author YanWong
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with R.
 
 This diagram uses embedded text that can be easily translated using a text editor.

Generated using

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

Licensing[edit]

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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current17:11, 15 May 2007Thumbnail for version as of 17:11, 15 May 2007723 × 578 (12 KB)YanWong~commonswiki (talk | contribs){{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= }}

There are no pages that use this file.

Metadata