milk: Monthly Milk Production
Description
Average monthly milk production per cow in the US,
01/1994 - 12/2005format
The format is:
'ts' int [1:144, 1] 1343 1236 1401 1396 1457 1388 1389 1369 1318 1354 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr "milk"
- attr(*, "tsp")= num [1:3] 1994 2006 12Examples
Run this codedata(milk)
str(milk)
plot(milk)
Run the code above in your browser using DataLab