get_simple_optimal_profile: Get Simple Optimal Profile

Description Usage Arguments Value Examples

View source: R/simple_optimal_profile.R

Description

get_simple_optimal_profile calculates optimal profile using Load~TOV profile. This is done by assuming same 'surface' under the profile and getting the profile tha maximize TOV at bodyweight

Usage

1
get_simple_optimal_profile(L0, TOV0, bodyweight, gravity_const = 9.81)

Arguments

L0

Numeric vector

TOV0

Numeric vector

bodyweight

Numeric vector

gravity_const

Numeric vector. Default is 9.81

Value

List

Examples

1
get_simple_optimal_profile(L0 = 250, TOV0 = 3, bodyweight = 75)

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