sample_data {ChestVolume}R Documentation

Sample 3D Motion Capture Data for Chest Expansion Analysis

Description

This dataset contains 3D marker coordinate data collected from motion capture systems for chest expansion analysis. It includes 2309 time frames and 30 markers. Each marker has three coordinates: X, Y, and Z, representing its position in 3D space.

Usage

sample_data

Format

A data frame with 2309 rows and 90 variables (30 markers, each with X, Y, Z coordinates):

M01 X

X-coordinate of marker M01

M01 Y

Y-coordinate of marker M01

M01 Z

Z-coordinate of marker M01

M02 X

X-coordinate of marker M02

M02 Y

Y-coordinate of marker M02

M02 Z

Z-coordinate of marker M02

M03 X

X-coordinate of marker M03

M03 Y

Y-coordinate of marker M03

M03 Z

Z-coordinate of marker M03

M04 X

X-coordinate of marker M04

M04 Y

Y-coordinate of marker M04

M04 Z

Z-coordinate of marker M04

M05 X

X-coordinate of marker M05

M05 Y

Y-coordinate of marker M05

M05 Z

Z-coordinate of marker M05

M06 X

X-coordinate of marker M06

M06 Y

Y-coordinate of marker M06

M06 Z

Z-coordinate of marker M06

M07 X

X-coordinate of marker M07

M07 Y

Y-coordinate of marker M07

M07 Z

Z-coordinate of marker M07

M08 X

X-coordinate of marker M08

M08 Y

Y-coordinate of marker M08

M08 Z

Z-coordinate of marker M08

M09 X

X-coordinate of marker M09

M09 Y

Y-coordinate of marker M09

M09 Z

Z-coordinate of marker M09

M10 X

X-coordinate of marker M10

M10 Y

Y-coordinate of marker M10

M10 Z

Z-coordinate of marker M10

M11 X

X-coordinate of marker M11

M11 Y

Y-coordinate of marker M11

M11 Z

Z-coordinate of marker M11

M12 X

X-coordinate of marker M12

M12 Y

Y-coordinate of marker M12

M12 Z

Z-coordinate of marker M12

M13 X

X-coordinate of marker M13

M13 Y

Y-coordinate of marker M13

M13 Z

Z-coordinate of marker M13

M14 X

X-coordinate of marker M14

M14 Y

Y-coordinate of marker M14

M14 Z

Z-coordinate of marker M14

M15 X

X-coordinate of marker M15

M15 Y

Y-coordinate of marker M15

M15 Z

Z-coordinate of marker M15

M16 X

X-coordinate of marker M16

M16 Y

Y-coordinate of marker M16

M16 Z

Z-coordinate of marker M16

M17 X

X-coordinate of marker M17

M17 Y

Y-coordinate of marker M17

M17 Z

Z-coordinate of marker M17

M18 X

X-coordinate of marker M18

M18 Y

Y-coordinate of marker M18

M18 Z

Z-coordinate of marker M18

M19 X

X-coordinate of marker M19

M19 Y

Y-coordinate of marker M19

M19 Z

Z-coordinate of marker M19

M20 X

X-coordinate of marker M20

M20 Y

Y-coordinate of marker M20

M20 Z

Z-coordinate of marker M20

M21 X

X-coordinate of marker M21

M21 Y

Y-coordinate of marker M21

M21 Z

Z-coordinate of marker M21

M22 X

X-coordinate of marker M22

M22 Y

Y-coordinate of marker M22

M22 Z

Z-coordinate of marker M22

M23 X

X-coordinate of marker M23

M23 Y

Y-coordinate of marker M23

M23 Z

Z-coordinate of marker M23

M24 X

X-coordinate of marker M24

M24 Y

Y-coordinate of marker M24

M24 Z

Z-coordinate of marker M24

M25 X

X-coordinate of marker M25

M25 Y

Y-coordinate of marker M25

M25 Z

Z-coordinate of marker M25

M26 X

X-coordinate of marker M26

M26 Y

Y-coordinate of marker M26

M26 Z

Z-coordinate of marker M26

M27 X

X-coordinate of marker M27

M27 Y

Y-coordinate of marker M27

M27 Z

Z-coordinate of marker M27

M28 X

X-coordinate of marker M28

M28 Y

Y-coordinate of marker M28

M28 Z

Z-coordinate of marker M28

M29 X

X-coordinate of marker M29

M29 Y

Y-coordinate of marker M29

M29 Z

Z-coordinate of marker M29

M30 X

X-coordinate of marker M30

M30 Y

Y-coordinate of marker M30

M30 Z

Z-coordinate of marker M30

Details

This dataset can be used to analyze chest expansion and calculate the volume of chest segments using convex hull methods. The markers are placed around the chest, and the data tracks the chest wall motion over time.

Source

Collected using motion capture technology (e.g., Vicon system) for chest expansion studies.

Examples

data(sample_data)
head(sample_data)

[Package ChestVolume version 1.0.1 Index]