powered by
An updated version of the historical Arbuthnot dataset. Numbers of boys and girls born in the United States between 1940 and 2002.
present
A data frame with 63 observations on the following 3 variables.
Year.
Number of boys born.
Number of girls born.
library(ggplot2) ggplot(present, mapping = aes(x = year, y = boys / girls)) + geom_line()
Run the code above in your browser using DataLab