sprint.fns: Mechanical Sprint Abilities

Description Usage Details Value

View source: R/sprint.fns.R

Description

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.

Usage

 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)

Details

Thank you to Dani Chu for his contributions to many of these functions.

Value

Speed, acceleration, distance, or time values corresponding to an athlete's sprint abilities


aaronzpearson/fvp documentation built on Jan. 16, 2022, 12:39 a.m.