Learn R Programming

eRTG3D (version 0.7.0)

plot3d.tldCube: 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

Run this code
# NOT RUN {
P <- get.track.densities.3d(niclas)
suppressWarnings(plot3d.tldCube(P$tldCube))
# }

Run the code above in your browser using DataLab