Learn R Programming

fastR (version 0.10.3)

rubberband: Rubber band launching -- unfinished documentation

Description

Results of an experiment comparing a rubber band travels to the amount it was stretched prior to launch.

Arguments

Format

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

  • Stretch amount rubber band was stretched before launch

  • Distance distance rubber band traveled

Examples

Run this code
# NOT RUN {
data(rubberband)
xyplot(Distance ~ Stretch, data=rubberband, type=c("p","r"))

# }

Run the code above in your browser using DataLab