View source: R/visualise_3D_marker_position.R
visualise_3D_marker_position | R Documentation |
Visualizes the 3D positions of markers at a specific time point using interactive 3D plots.
visualise_3D_marker_position(data, selected_time)
data |
A dataframe containing time and marker positions with columns formatted as 'Time', 'markername_X', 'markername_Y', 'markername_Z'. |
selected_time |
Numeric value indicating the specific time point at which to visualize the marker positions. |
A 'plotly' object representing the 3D scatter plot of marker positions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.