get_work: Get Work Done

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Function get_work calculates the work needed for the vertical jump using kinetic and potential energy

Usage

1
get_work(mass, weight = mass * 9.81, take_off_velocity, push_off_distance)

Arguments

mass

Numeric vector

weight

Numeric vector. Default mass * 9.81

take_off_velocity

Numeric vector

push_off_distance

Numeric vector

Value

Numeric vector

Examples

1
get_work(100, 100 * 9.81, 4, 0.4)

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