plot3d {celltrackR}R Documentation

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

Value

None.

Examples

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


[Package celltrackR version 1.2.0 Index]