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 8 variables.
date Date
date
births Number of births on date (integer)
births
wday Day of week (ordered factor)
wday
year Year (integer)
year
month Month (integer)
month
day_of_year Day of year (integer)
day_of_year
day_of_month Day of month (integer)
day_of_month
day_of_week Day of week (integer)
day_of_week
Births2015, Births
Births2015
Births
# NOT RUN { data(Births78) if (require(ggformula)) { gf_point(births ~ date, data = Births78) gf_point(births ~ date, data = Births78, color = ~ wday) } # }
Run the code above in your browser using DataLab