powered by
A day by day record of the number of births in the United States in 1978.
data(Births78)
A data frame with 365 observations on the following variables.
date date in 1978
date
births number of US births
births
dayofyear sequential number of days from 1 to 365
dayofyear
wday day of week as an ordered factor
wday
Births2015, Births
Births2015
Births
# NOT RUN { data(Births78) if (require(lattice)) { xyplot(births ~ date, Births78) xyplot(births ~ date, Births78, groups = wday) } # }
Run the code above in your browser using DataLab