Learn R Programming

fastR (version 0.10.3)

trebuchet: Trebuchet data

Description

Measurements from an experiment that involved firing projectiles with a small trebuchet under different conditions.

Arguments

Format

Data frames with the following variables.

  • object the object serving as projectilebean big washerb bigWash BWB foose golf MWB SWB tennis ball wood

  • projectileWt weight of projectile (in grams)

  • counterWt weight of counter weight (in kg)

  • distance distance projectile traveled (in cm)

  • form a factor with levels a b B c describing the configuration of the trebuchet.

Examples

Run this code
# NOT RUN {
data(trebuchet); data(trebuchet1); data(trebuchet2)
xyplot(distance~projectileWt, data=trebuchet1)
xyplot(distance~projectileWt, data=trebuchet2)
xyplot(distance~projectileWt, groups=projectileWt, data=trebuchet)

# }

Run the code above in your browser using DataLab