project_full_body_to_AP: project_full_body_to_AP() project_full_body_to_AP() uses...

View source: R/projection_functions.R

project_full_body_to_APR Documentation

project_full_body_to_AP() project_full_body_to_AP() uses project_single_joint_to_AP() to project a pre-specified collection of joint centers onto the anatomical planes of the subject. The pre-specified joint centers are the following from the left and right side: toe, ankle, knee, hip, wrist, elbow, and shoulder. Please see the GitHub README.md fpr a more detailed description.

Description

project_full_body_to_AP() project_full_body_to_AP() uses project_single_joint_to_AP() to project a pre-specified collection of joint centers onto the anatomical planes of the subject. The pre-specified joint centers are the following from the left and right side: toe, ankle, knee, hip, wrist, elbow, and shoulder. Please see the GitHub README.md fpr a more detailed description.

Usage

project_full_body_to_AP(.data)

Arguments

.data

A tibble containing 3D positions of the following left and right joints: toe, ankle, knee, hip, wrist, elbow, and shoulder

Value

A tibble with the positions of the pre-specied joint-centers in the anatomical planes.

Examples

df <- dplyr::filter(mocapr::mocapr_data, movement_nr == 1)
project_full_body_to_AP(df)

steenharsted/mocapr documentation built on Feb. 1, 2024, 1:49 p.m.