Description Usage Arguments Value Examples
vj_profile
generates vertical jump profile by loading the vertical jump with external_load
1 | vj_profile(external_load = c(-40, -20, 0, 20, 40, 60, 80, 100), mass = 75, ...)
|
external_load |
Numeric vector. Default is |
mass |
Numeric value. Represents bodyweight |
... |
Parameters forwarded to |
Data frame. Returns the data frame from vj_simulate
with extra two columns:
bodyweigh
t and external_load
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.