plot3d: Plot Tracks in 3D

Description Usage Arguments Examples

Description

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

Usage

1
plot3d(x, ...)

Arguments

x

the tracks which will be plotted in 3d

...

further arguments to be passed on to scatterplot3d

Examples

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

Example output



MotilityLab documentation built on May 2, 2019, 4:59 p.m.