Skip to contents

Task schema for running gait analysis.

Usage

schema_running

Format

A TaskSchema object with running-specific events and phases.

References

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

Examples

print(schema_running)
#> TaskSchema: Running Cycle 
#>   Type: running 
#>   Normalization: cycle 
#>   Normalized length: 101 
#>   Events: 5 
#>      Initial Contact -> Midstance -> Toe Off -> Mid-Swing -> Initial Contact 2 
#>   Phases: 2 
#>      Stance Phase, Swing Phase 
#>   Metrics: 11 
#>      contact_time, flight_time, duty_factor, step_frequency, step_length , ...