Births78R Documentation

US Births in 1978

Description

A day by day record of the number of births in the United States in 1978.

Usage

data(Births78)

Format

A data frame with 365 observations on the following variables.

Examples

data(Births78)
if (require(lattice)) {
  xyplot(births ~ date, Births78)
  xyplot(births ~ date, Births78, groups = wday)
}