process_marker_data: Deprecated: Process Marker Data

View source: R/process_marker_data.R

process_marker_dataR Documentation

Deprecated: Process Marker Data

Description

This function is deprecated. Please use reformat_marker_data instead.

Usage

process_marker_data(data, convert_to_cm = FALSE)

Arguments

data

A data frame containing marker coordinate data for all time frames.

convert_to_cm

Logical, if TRUE, converts units from mm to cm.

Value

A data frame of the same format as reformat_marker_data().

Examples

data("sample_data")
# Using the old function will show a warning and call reformat_marker_data()
processed_data <- process_marker_data(head(sample_data), convert_to_cm = TRUE)
head(processed_data)


ChestVolume documentation built on April 3, 2025, 9:31 p.m.