The R Project SVN R

Rev

Rev 37798 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

### $Id: BOD.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
### Biochemical Oxygen Demand data from Marske
"BOD" <-
  structure(list(Time = c(1, 2, 3, 4, 5, 7),
                 demand = c(8.3, 10.3, 19, 16, 15.6, 19.8)),
            .Names = c("Time", "demand"),
            row.names = c(NA, 6),
            class = "data.frame",
            reference = "A1.4, p. 270")