Description Usage Arguments Value Examples
Plotting tracks Plotting MaMuT tracks with custom color code
1 2  | track2plot(track, Tracks_df, Spots_Tracks, colNode, colYaxis,
  colNode_discrete, breaks)
 | 
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  | 
a plot
1 2 3 4  | ## Not run: 
track2plot(track, Tracks_df, Spots_Tracks, colNode, colYaxis, colNode_discrete, breaks)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.