plot3d.tldCube {eRTG3D}R Documentation

Visualize turn-lift-step histogram

Description

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

Usage

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)
suppressWarnings(plot3d.tldCube(P$tldCube))

[Package eRTG3D version 0.7.0 Index]