View source: R/kin.visualization.R
kin.plot.trajectory | R Documentation |
Plot 3D trajectory
kin.plot.trajectory(
data,
x_col,
y_col,
z_col,
color_by = NULL,
title = "3D Trajectory"
)
data |
Data frame containing trajectory data |
x_col |
Column name for x coordinates |
y_col |
Column name for y coordinates |
z_col |
Column name for z coordinates |
color_by |
Optional column to color points by |
title |
Plot title |
A 3D plot using plotly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.