Description Usage Arguments Value
This function simplifies large data sets that are provided by positional tracking companies to four variables: speed, acceleration, units, and athlete name. This allows the midsprint package to model player profiles while maintaining a small footprint on the computer's memory.
Please note that the units input are those associated with the athlete's speed. If speed and acceleration are recorded in different units, please convert to a consistent format before using this function. You can do this using the conversion_factor function to calculate the conversion constant.
1 2 3 |
speed |
In-game athlete speed vector. |
acceleration |
In-game athlete acceleration vector. |
units |
Units used by the tracking system. |
player_name |
Athlete name - if not provided, an arbitrary player number is assigned. |
Athlete game data for modeling.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.