Description Usage Arguments Value Examples
Function get_mean_force_over_time
calculates mean force over push-off time using impulse equation
1 2 3 4 5 6 | get_mean_force_over_time(
mass,
weight = mass * 9.81,
take_off_velocity,
time_taken
)
|
mass |
Numeric vector |
weight |
Numeric vector. Default |
take_off_velocity |
Numeric vector |
time_taken |
Numeric vector |
Numeric vector
1 | get_mean_force_over_time(100, 100 * 9.81, 4, 0.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.