powered by
This function is deprecated. Please use reformat_marker_data instead.
reformat_marker_data
process_marker_data(data, convert_to_cm = FALSE)
A data frame of the same format as reformat_marker_data().
A data frame containing marker coordinate data for all time frames.
Logical, if TRUE, converts units from mm to cm.
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)
Run the code above in your browser using DataLab