Learn R Programming

MotilityLab (version 0.2-5)

plot3d: Plot Tracks in 3D

Description

Takes an input tracks object and plots them in 3D using the scatterplot3d function.

Usage

plot3d(x, ...)

Arguments

x
the tracks which will be plotted in 3d
...
further arguments to be passed on to scatterplot3d

Examples

Run this code
if( require("scatterplot3d",quietly=TRUE) ){
  plot3d( TCells )
}

Run the code above in your browser using DataLab