Creates a three dimensional scatterplot of the possibles next steps, based on the tldCube, which was extracted from a track.

plot3d.tldCube(tldCube)

Arguments

tldCube

tldCube; the ouptut from turnLiftStepHist or get.densities.3d

Value

Plots a plotly object

Examples

P <- get.track.densities.3d(niclas)
#>   |TLD cube dimensions: 9 x 14 x 3
suppressWarnings(plot3d.tldCube(P$tldCube))