Description Usage Arguments Functions
View source: R/player.splits.R
This function returns projected speed, acceleration, and split times based on their mechanical sprint abilities.
1 2 3 4 5 6 7 | player.splits(player.profile, distance = c(9.14, 18.3, 36.6))
gps.player.splits(player.profile, distance = c(9.14, 18.3, 36.6))
sa.player.splits(player.profile, distance = c(9.14, 18.3, 36.6))
scout.player.splits(player.profile, distance = c(9.14, 18.3, 36.6))
|
player.profile |
A player's sprint profile |
distance |
The distance that corresponds with the split times recorded |
gps.player.splits
: Modeled speed, acceleration, and time observations from player tracking data
sa.player.splits
: Modeled speed, acceleration, and time observations from speed-acceleration data
scout.player.splits
: Speed, acceleration, and time observations from modeled sprint data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.