Keywords: R-horsekick totals-histogram.svg en Histogram example with 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-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 </pre> Histograms |