Traj3DResampleTime | R Documentation |
Constructs a new 3-dimensional trajectory by resampling the input trajectory to a fixed time interval. Points are linearly interpolated along the trajectory. Spatial and time units are preserved.
Traj3DResampleTime(trj3d, stepTime, newFps = NULL)
trj3d |
The 3-dimensional trajectory to be resampled. |
stepTime |
The resampled trajectory step time. Each step in the new trajectory will have this duration. |
newFps |
Value to be stored as the FPS value in the new trajectory (see
|
A new 3-dimensional trajectory with a constant time interval for each
step. Points in the new trajectory are calculated by linearly interpolating
along trj3d
.
Traj3DFromCoords
, TrajResampleTime
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.