The R Project SVN R

Rev

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

### 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)),
            row.names = 1:6,
            class = "data.frame",
            reference = "A1.4, p. 270")