This is a file from the Wikimedia Commons

File:R-car stopping distances 1920+lowess.svg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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

Summary

Description
English: A simple graph of car stopping distances, with a lowess fit
Date
Source Own work
Author HYanWong
 
This W3C-unspecified chart was created with R.

using the following commands

svg("R-car_stopping_distances_1920+lowess.svg", 4,4,8)
par(mar=c(5, 4, 1, 1) + 0.1)
cars$speed.kph <- cars$speed*1.609344
cars$dist.m <- cars$dist*0.3048
plot(dist.m ~ speed.kph, data=cars, xlab = "Speed (km/h)", ylab = "Stopping distance (m)", las = 1)
smooth.line <- lowess(cars$speed.kph, cars$dist.m)
lines(smooth.line, col="red")
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

13 December 2008

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:47, 19 January 2009Thumbnail for version as of 22:47, 19 January 2009720 × 360 (106 KB)HYanWong{{Information |Description={{en|1=A simple graph of car stopping distances, with a lowess fit and residual plot}} |Source=Own work by uploader |Author=HYanWong |Date=2008/12/13 |Permission= |other_versions= }} <!--{{ImageUpload|basic}}--
10:56, 13 December 2008Thumbnail for version as of 10:56, 13 December 2008360 × 360 (59 KB)HYanWong{{Information |Description={{en|1=A simple graph of car stopping distances, with a lowess fit}} |Source=Own work by uploader |Author=HYanWong |Date=2008/12/13 |Permission= |other_versions= }} {{Created with R}} using the following comman

The following page uses this file: