BallDrop {fastR2} | R Documentation |
Undergraduate students in a physics lab recorded the height from which a ball was dropped and the time it took to reach the floor.
A data frame with 30 observations on the following 2 variables.
height in meters
time in seconds
Steve Plath, Calvin College Physics Department
gf_point(time ~ height, data = BallDrop)