Learn R Programming

fastR (version 0.10.3)

balldrop: 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.

Arguments

Format

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

  • height height in meters

  • time time in seconds

Examples

Run this code
# NOT RUN {
xyplot(time ~ height, data=balldrop)

# }

Run the code above in your browser using DataLab