Description Usage Arguments Value Examples
Plot input trajectory
| 1 | PlotTrajectory(x, y, z)
 | 
| x | x-position from data | 
| y | y-position from data | 
| z | z-position from data | 
3D scatterplot of input trajectory
| 1 2 3 | utils::data(trajectory)
trajectory = trajectory
PlotTrajectory(x=trajectory[,1], y=trajectory[,2], z=trajectory[,3])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.