Description Format Source Examples
Measurements from an experiment that involved firing projectiles with a small trebuchet under different conditions.
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.
Data collected by Andrew Pruim as part of a Science Olympiad competition.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.