Skip to contents

This dataset, angle_walk_array, is a 3-dimensional array containing hip and knee angle data (in degrees) for 39 boys measured during walking. Each observation records the hip and knee joint angles across 20 equally spaced points of a movement cycle.

Usage

data(angle_walk_array)

Format

A 3-dimensional numeric array with 1,560 values and dimensions:

[1:20]

Movement cycle points

[1:39]

Individual subjects (boys)

[1:2]

Joint angle type: "Hip Angle", "Knee Angle"

Source

Data taken from the fda package version 6.3.0.

Details

The dataset name has been kept as angle_walk_array to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the healthmotionR package and assists users in identifying its specific characteristics. The suffix _array indicates that the dataset is an array. The original content has not been modified in any way.