plot3d: Plot Tracks in 3D

View source: R/plotting-tracks.R

plot3dR 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 )
}


celltrackR documentation built on March 21, 2022, 5:06 p.m.