read_trc | R Documentation |
This function reads a TRC (marker trajectory) file and returns it as a data frame. The function processes the header to extract marker names and adjusts column names accordingly.
read_trc(filename)
filename |
A character string specifying the path to the TRC file to be read. |
A data frame with columns for frame number, time, and marker coordinates (X, Y, Z).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.