Keywords: R-horsekick totals-stackline.svg en Vertical line plot histogram-like example for discrete data Data von Bortkiewicz's famous dataset of deaths by horse kick in Prussian cavalry corps own HYanWong 2009-03-06 Created with R using the following commands <pre> svg file R-horsekick_totals-stackline svg width 4 height 2 5 pointsize 8 Vertical line plot histogram-like example for 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 plot table tapply prussian y prussian year sum type h xlim c 0 20 ylim c 0 3 xlab expression italic deathsPerYear xaxt n yaxt n ylab Number of years bty n axis 1 0 20 tcl 0 las 2 axis 2 0 3 las 2 title Deaths by horsekick in \nPrussian cavalry corps 1875-94 dev off </pre> Histograms |