View source: R/track-set-transformations.R
normalizeTracks | R Documentation |
Translates each track in a given set of tracks such that the first position is the origin.
normalizeTracks(x)
x |
the input |
an output tracks
object with all tracks shifted such that their
starting position lies at the origin of the coordinate system.
## normalization of Neutrophil data reveals upward motion
plot( normalizeTracks( Neutrophils ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.