track2plot: Plotting tracks Plotting MaMuT tracks with custom color code

Description Usage Arguments Value Examples

Description

Plotting tracks Plotting MaMuT tracks with custom color code

Usage

1
2
track2plot(track, Tracks_df, Spots_Tracks, colNode, colYaxis,
  colNode_discrete, breaks)

Arguments

track

track name

Tracks_df

Tracks_df

Spots_Tracks

Spots_df with Track name

colNode

color of the nodes, use colNode_discrete to specify if discrete or continuous

colYaxis

display or not y axis

colNode_discrete

Logical. discrete scale if TRUE, continuous otherwise. Default to FALSE e.g. continuous.

breaks

vector of levels used to plot discrete color legend with regards to colNode unique values. Only if colNode_discrete is TRUE

Value

a plot

Examples

1
2
3
4
## Not run: 
track2plot(track, Tracks_df, Spots_Tracks, colNode, colYaxis, colNode_discrete, breaks)

## End(Not run)

marionlouveaux/mamut2r documentation built on May 20, 2019, 9:55 a.m.