powered by
Lactation of dairy cows over time
data(lactation)
A data frame containing 35 observations on the following 2 variables.
Yield
the average daily far yield from a dairy cow, in kg/day
Week
the week in which the data were collected
The data give data from a lactating dairy cow, recording the average daily fat yield over 35 weeks.
data(lactation) plot(lactation$Yield ~ lactation$Week)
Run the code above in your browser using DataLab