home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-M / data / cars < prev    next >
Encoding:
Text File  |  1997-01-05  |  773 b   |  13 lines

  1. "cars" <-
  2. structure(list(speed = c(4, 4, 7, 7, 8, 9, 10, 10, 10, 11, 11, 12, 12, 
  3. 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 16, 16, 17, 17, 17, 
  4. 18, 18, 18, 18, 19, 19, 19, 20, 20, 20, 20, 20, 22, 23, 24, 24, 24, 24, 
  5. 25), dist = c(2, 10, 4, 22, 16, 10, 18, 26, 34, 17, 28, 14, 20, 24, 28, 
  6. 26, 34, 34, 46, 26, 36, 60, 80, 20, 26, 54, 32, 40, 32, 40, 50, 42, 56, 
  7. 76, 84, 36, 46, 68, 32, 48, 52, 56, 64, 66, 54, 70, 92, 93, 120, 85)),
  8. row.names = c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11",
  9. "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23",
  10. "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35",
  11. "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47",
  12. "48", "49", "50"), class = "data.frame")
  13.