innerBondRaster {cellmigRation} | R Documentation |
Perform Inner Bond Raster as part of the Cell Tracking Processing
innerBondRaster(xyzs, maxdisp, j = 1, env)
xyzs |
data.frame, including input cell centroid positions |
maxdisp |
numeric, value of maximum cell dispersion in pixels |
env |
environment, including all objects used for the tracking |
i |
numeric, index of the iteration cycle |
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; objects in env are updated
cellmigRation:::innerBondRaster(data.frame(1), 1, 1, new.env())