AFL | R Documentation |
The data are: a) the monthly frequencies of birthdays and an expected number based on monthly birth statistics for 1975 to 1991. b) all 617 players' initials and birthdays (excluding non-Australian born players).
AFL
A list with the following 5 variables.
integer month (1 to 12)
number of players born in each month (12 observations)
expected number of players born in each month (12 observations)
player initials (617 observations)
date of birth in date format (617 observations; year-month-day format)
Dates of birth from Wikipedia.
data(AFL) barplot(AFL$players, names.arg=month.abb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.