trebuchet: Trebuchet data

Description Format Source Examples

Description

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

Format

Data frames with the following variables.

Source

Data collected by Andrew Pruim as part of a Science Olympiad competition.

Examples

1
2
3
4
data(trebuchet); data(trebuchet1); data(trebuchet2)
xyplot(distance~projectileWt, data=trebuchet1)
xyplot(distance~projectileWt, data=trebuchet2)
xyplot(distance~projectileWt, groups=projectileWt, data=trebuchet)

fastR documentation built on May 1, 2019, 11:18 p.m.