runTrackingPermutation {cellmigRation} | R Documentation |
Perform Internal Permutation as part of the Cell Tracking Processing
runTrackingPermutation(xyzs, maxdisp, nc, i, env)
xyzs |
data.frame, including input cell centroid positions |
maxdisp |
numeric, value of maximum cell dispersion in pixels |
nc |
numeric, value of the nc parameter |
i |
integer, index of the current cycle |
env |
environment, including all objects used for the tracking |
a message is printed if an issue (typically arising by a non-suitable environment being passed as the env argument) is detected. See the example below.
FALSE is returned while objects in env are updated
cellmigRation:::runTrackingPermutation(data.frame(1), 1, 1, 1, new.env())