trackHypercubeBuild {cellmigRation} | R Documentation |
Build an hypercube used for the tracking step
trackHypercubeBuild(xyzs, env)
xyzs |
data.frame, including input cell centroid positions |
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.
NULL is returned while objects in env are updated
cellmigRation:::trackHypercubeBuild(data.frame(1), new.env())