PlotTracksSeparately {cellmigRation} | R Documentation |
Plotting the trajectory data of each cell.
PlotTracksSeparately( object, Type = "l", FixedField = TRUE, export = FALSE, ExpName = NULL )
object |
|
Type |
has to be one of the following: [p, l, b, o] "p": Points "l": Lines "b": Both "o": Both "overplotted" |
FixedField |
logical(1) Allows generating individual plots with fixed field. Default is TRUE. |
export |
if 'TRUE' (default), exports plot to JPG file |
ExpName |
string, name of the experiment. Can be NULL |
The visualization shows centered trajectories where the starting point of each track is located at the origin of the coordinate system (X=0,Y=0).
2D rose-plots of the cells' track Separately.
Salim Ghannoum salim.ghannoum@medisin.uio.no
https://www.data-pulse.com/dev_site/cellmigration/
rmTD <- get(data(preProcCellMig)) PlotTracksSeparately(rmTD,Type="b", FixedField=FALSE, export = FALSE)