get_slope: Get Force Velocity Profile Slop

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Function get_slope calculates force-velocity profile slope assuming linear relationship between max_force and max_velocity

Usage

1
get_slope(max_force, max_velocity)

Arguments

max_force

Numeric vector

max_velocity

Numeric vector.

Value

Numeric vector

Examples

1
get_slope(3000, 4)

mladenjovanovic/vjsim documentation built on Aug. 7, 2020, 10:10 p.m.