wrapTrack {celltrackR} | R Documentation |
Create Track Object from Single Track
Description
Makes a tracks
object containing the given track.
Usage
wrapTrack(x)
Arguments
x |
the input track. |
Value
A list of class tracks
containing only the input track x
, which
is assigned the name "1".
[Package celltrackR version 1.2.0 Index]