File:R-horsekick totals-1D size.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 135 × 450 pixels. Other resolutions: 72 × 240 pixels | 144 × 480 pixels | 230 × 768 pixels | 307 × 1,024 pixels | 614 × 2,048 pixels.
Original file (SVG file, nominally 135 × 450 pixels, file size: 69 KB)
File information
Structured data
Captions
DescriptionR-horsekick totals-1D size.svg |
English: Example R Plot - vertical 1D stacked point plot (stacked "dotplot") of von Bortkiewicz's famous dataset of deaths by horse kick in Prussian cavalry corps |
Date | |
Source | Own work |
Author | HYanWong |
using the following commands
svg(file = "R-horsekick_totals-1D_size.svg", width = 1.5, height = 5, pointsize = 8) #Example R Plot - vertical 1D stacked point plot (stacked "dotplot") of 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) t <- table(tapply(prussian$y, prussian$year, sum)) stripchart(as.numeric(names(t)), pch=1, cex=sqrt(t), ylab=expression(italic("deathsPerYear")), vertical=TRUE, las=1, 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()
Public domainPublic domainfalsefalse |
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. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 23:22, 6 March 2009 | 135 × 450 (69 KB) | HYanWong (talk | contribs) | {{Information |Description={{en|1=Example R Plot - vertical 1D stacked point plot (stacked "dotplot") of von Bortkiewicz's famous dataset of deaths by horse kick in Prussian cavalry corps}} |Source=Own work by uploader |Author=HYanWong |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
- Usage on en.wikibooks.org