Skip to contents

Get a pre-built schema by name

Usage

getSchema(name)

Arguments

name

Name of the schema ("gait", "running", "jump", "throw", "balance", "cutting", "cycling")

Value

A TaskSchema object

References

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

Examples

gait <- getSchema("gait")
jump <- getSchema("jump")