powered by
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
library(ggplot2) ggplot(babies_crawl, aes(x = temperature, y = avg_crawling_age)) + geom_point() + labs(x = "Temperature", y = "Average crawling age")
Run the code above in your browser using DataLab