File:R-car stopping distances 1920.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为360 × 360像素,文件大小:82 KB)


摘要

描述 A simple graph of car stopping distances
日期
来源 Generated from the "cars" dataset in the R statistical package
作者 HYanWong
 
本W3C状态不明的矢量图使用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()

许可协议

Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2008年12月13日 (六) 10:422008年12月13日 (六) 10:42版本的缩略图360 × 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>
2007年5月15日 (二) 17:392007年5月15日 (二) 17:39版本的缩略图325 × 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= }}

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: