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

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

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)