Pendulum {fastR2} | R Documentation |
Pendulum data
Description
Period and pendulum length for a number of string and mass pendulums constructed by physics students. The same mass was used throughout, but the length of the string was varied from 10cm to 16 m.
Format
A data frame with 27 observations on the following 3 variables.
- length
length of the pendulum (in meters)
- period
average time of period (in seconds) over several swings of the pendulum
- delta.length
an estimate of the accuracy of the length measurement
Source
Calvin College physics students under the direction of Professor Steve Plath.
Examples
data(Pendulum)
gf_point(period ~ length, data = Pendulum)
[Package fastR2 version 1.2.4 Index]