vj_profile: Vertical Jump Profile

Description Usage Arguments Value Examples

View source: R/profiles.R

Description

vj_profile generates vertical jump profile by loading the vertical jump with external_load

Usage

1
vj_profile(external_load = c(-40, -20, 0, 20, 40, 60, 80, 100), mass = 75, ...)

Arguments

external_load

Numeric vector. Default is c(-40, -20, 0, 20, 40, 60, 80)

mass

Numeric value. Represents bodyweight

...

Parameters forwarded to vj_simulate

Value

Data frame. Returns the data frame from vj_simulate with extra two columns: bodyweight and external_load

Examples

1
2
3
4
vj_profile_data <- vj_profile(mass = 75)

plot(x = vj_profile_data$mass, y = vj_profile_data$height)
plot(x = vj_profile_data$mean_GRF_over_distance, y = vj_profile_data$mean_velocity)

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