Learn R Programming

mistat (version 2.0.4)

COAL: Number of Coal Mine Disasters

Description

Data on the number of coal mine disasters (explosions) in England, per year, for the period 1850 to 1961.

Usage

data(COAL)

Arguments

Examples

Run this code
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)

Run the code above in your browser using DataLab