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
 
向量圖形使用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:42於 2008年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:39於 2007年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 使用了這個檔案: