BallDrop: Ball dropping data

BallDropR Documentation

Ball dropping data

Description

Undergraduate students in a physics lab recorded the height from which a ball was dropped and the time it took to reach the floor.

Format

A data frame with 30 observations on the following 2 variables.

height

height in meters

time

time in seconds

Source

Steve Plath, Calvin College Physics Department

Examples


gf_point(time ~ height, data = BallDrop)


fastR2 documentation built on Nov. 9, 2023, 9:06 a.m.