Description Usage Value Functions
These functions are helper functions when building a player's force-velocity profile. Many of the values
returned from these functions are returned when using the fv.player.profile()
function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | fv.f0(player.data, player.profile, push.off.angle = 90)
fv.focus(
player.data,
player.profile,
push.off.angle = 90,
return.focus = FALSE
)
fv.slope(hpo, push.off.angle, pmax)
fv.v0(player.data, player.profile, push.off.angle = 90)
fv.x(hpo, push.off.angle, pmax)
|
Modeled force-velocity max force
fv.focus
: The suggested training focus
fv.slope
: Slope from the resulting force-velocity model
fv.v0
: Modeled force-velocity max velocity
fv.x
: Modeled x-intercept helper function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.