File:R-horsekick totals-boxplot.svg

Original file(SVG file, nominally 135 × 450 pixels, file size: 66 KB)

Captions

Captions

Add a one-line explanation of what this file represents
Description
English: Simple boxplot 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-boxplot.svg", width = 1.5, height = 5, pointsize = 8)
#Simple boxplot example with discrete data. Data = von Bortkiewicz's famous dataset of deaths by horse kick in Prussian cavalry corps
library("pscl")
par(mar=c(1,4,6,2)+0.1)
boxplot(tapply(prussian$y, prussian$year, sum), las=1, ylab=expression(italic("deathsPerYear")), yaxp=c(0,20,20), ylim=c(0,20))
title("Deaths by\nhorsekick in\nPrussian cavalry\ncorps, 1875-94", outer=TRUE, line=-5)
dev.off()

File history

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

Date/TimeThumbnailDimensionsUserComment
current23:22, 6 March 2009Thumbnail for version as of 23:22, 6 March 2009135 × 450 (66 KB)HYanWong (talk | contribs) {{Information |Description={{en|1=Simple boxplot 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

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: