Keywords: R-horsekick totals-boxplot.svg en Simple boxplot 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-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 </pre> Box plots |