Function get_slope
calculates force-velocity profile slope assuming linear relationship
between max_force
and max_velocity
get_slope(max_force, max_velocity)
Arguments
max_force |
Numeric vector |
max_velocity |
Numeric vector. |
Value
Numeric vector
Examples
get_slope(3000, 4)
#> [1] -750