Skip to contents

Task schema for vertical jump analysis (countermovement, drop jump, etc.).

Usage

schema_jump

Format

A TaskSchema object with jump-specific events and phases.

References

Winter DA (2009). "Biomechanics and Motor Control of Human Movement." 4th ed. Wiley.

Examples

print(schema_jump)
#> TaskSchema: Jump 
#>   Type: jump 
#>   Normalization: phase 
#>   Normalized length: 101 
#>   Events: 7 
#>      Movement Start -> Unweighting End -> Takeoff -> Peak Height -> Landing -> Peak Landing GRF -> Stabilization 
#>   Phases: 4 
#>      Unweighting, Propulsion, Flight, Landing 
#>   Metrics: 13 
#>      jump_height, peak_power, mean_power, peak_velocity, peak_grf_takeoff , ...