| COAL | R Documentation |
Data on the number of coal mine disasters (explosions) in England, per year, for the period 1850 to 1961.
data(COAL)
Kenett, R. and Zacks, S. (1998) Modern Industrial Statistics: The Design and Control of Quality and Reliability. Duxbury Press.
data(COAL)
Bp <- barplot(COAL)
axis(side=1,
labels=seq(
from=1850,
to=1960,
by=10),
at=Bp[rep(c(TRUE,
rep(FALSE, 9)),
10)])
rm(Bp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.