babies_crawl | R Documentation |
Crawling age of babies along with the average outdoor temperature at 6 months of age.
babies_crawl
A data frame with 12 observations on the following 5 variables.
A factor with levels corresponding to months
a numeric vector
a numeric vector
a numeric vector
a numeric vector
J.B. Benson. Season of birth and onset of locomotion: Theoretical and methodological implications. In: Infant behavior and development 16.1 (1993), pp. 69-81. issn: 0163-6383.
library(ggplot2)
ggplot(babies_crawl, aes(x = temperature, y = avg_crawling_age)) +
geom_point() +
labs(x = "Temperature", y = "Average crawling age")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.