Description Usage Arguments Value Functions Note
This is a generic function that supports a player's anthropometric data and testing day weather. The data
in this data set can be subsequently utilized in the functions fv.results.model
and fvp.results.model
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | data.player(
player.height,
body.mass,
lower.limb.length,
initial.height,
push.off.angle = 90,
ambient.temp = 25,
air.pressure = 760
)
fv.data.player(
body.mass,
lower.limb.length,
initial.height,
push.off.angle = 90
)
fvp.data.player(
player.height,
body.mass,
ambient.temp = 25,
air.pressure = 760
)
|
player.height |
The player's height (meters) |
body.mass |
The player's mass (kg) |
lower.limb.length |
The player's lower-limb length (meters) |
initial.height |
The player's height (meters) |
push.off.angle |
The angle at which the player pushes off (degrees) |
ambient.temp |
The air temperature at the time of testing (Celsius) |
air.pressure |
The air pressure at the time of testing (mmHg) |
A data.frame that contains a player's anthropometric data and testing day weather
fv.data.player
: A data.frame required for jump-based force-velocity analyses
fvp.data.player
: Returns a data.frame required for sprint-based force-velocity-power analyses
To properly implement jump-based force-velocity and sprint-based force-velocity-power profiling models, measurements must be in metric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.