File:R-horsekick totals-histogram.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
Source: Wikipedia, the free encyclopedia.

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

Description
English: Histogram example with discrete data. Data = von Bortkiewicz's famous dataset of deaths by horse kick in Prussian cavalry corps
Date
Source Own work
Author HYanWong
Permission
(Reusing this file)
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.
 
This W3C-unspecified chart was created with R.

using the following commands

svg(file = "R-horsekick_totals-histogram.svg", width = 4, height = 2.5, pointsize = 8)
#Histogram example with discrete data. Data = von Bortkiewicz's famous dataset of deaths by horse kick in Prussian cavalry corps
library("pscl")
par(mar=c(4,4,4,2)+0.1)
X <- tapply(prussian$y, prussian$year, sum)
h <- hist(X, breaks=seq(2.5, 18.5, by=2), xlim=c(0,20), xlab=expression(italic("deathsPerYear")), xaxt="n", ylab="Number of years", main="Deaths by horsekick in\nPrussian cavalry corps, 1875-94")
axis(1,0:20, las=2)

dev.off()

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

6 March 2009

image/svg+xml

83,150 byte

225 pixel

360 pixel

a68f86780d8e9a54cd796bac6e280e7933f8f9d1

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:53, 6 March 2009Thumbnail for version as of 22:53, 6 March 2009360 × 225 (81 KB)HYanWong {{Information |Description={{en|1=Histogram example with discrete data. Data {{=}} von Bortkiewicz's famous dataset of deaths by horse kick in Prussian cavalry corps}} |Source=Own work by uploader |Author=HYanWong |Date=2009-03-06 |Perm
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Global file usage

The following other wikis use this file: