get_max_power: Get Max Power

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Function get_max_power calculates maximal power assuming linear relationship between max_force and max_velocity

Usage

1
get_max_power(max_force, max_velocity)

Arguments

max_force

Numeric vector

max_velocity

Numeric vector.

Value

Numeric vector

Examples

1
get_max_power(3000, 4)

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