Description Usage Details Value
A set of functions that return speed, acceleration, distance, and time values as functions of each other. These are
helper function when building _.results._()
data.frames.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | sprint.fns()
accel.time(player.profile, split.time)
distance.speed(player.profile, current.speed)
distance.time(player.profile, split.time)
midsprint(player.profile, current.speed, distance)
speed.time(player.profile, split.time)
## S3 method for class 'distance'
time(player.profile, distance)
## S3 method for class 'speed'
time(player.profile, current.speed)
## S3 method for class 'to.dist.given.speed'
time(player.profile, current.speed, distance)
## S3 method for class 'to.position'
time(player.profile, current.speed, distance)
|
Thank you to Dani Chu for his contributions to many of these functions.
Speed, acceleration, distance, or time values corresponding to an athlete's sprint abilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.