Any movement data frame (tracker, threat) is plotted in an interactive 3D plot.

plot_3D_movement(df, xlim = c(-2, 2), ylim = c(-0.2, 2.5), zlim = c(-3, 3))

Arguments

df

a movement data frame

xlim

The left-right limit of the plot (default: ```c(-2, 2)```)

ylim

The top-bottom limit of the plot (default: ```c(-0.2, 2.5)```)

zlim

The forward-backward limit of the plot (default: ```c(-3, 3)```)