Learn R Programming

celltrackR (version 1.2.1)

plot3d: Plot Tracks in 3D

Description

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

Usage

plot3d(x, ...)

Value

None.

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