trivialBondTracking {cellmigRation}R Documentation

Trivial Bond Tracking

Description

Perform Trivial Bond Tracking as part of the Cell Tracking Processing

Usage

trivialBondTracking(xyzs, env)

Arguments

xyzs

data.frame, including input cell centroid positions

env

environment, including all objects used for the tracking

Details

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.

Value

FALSE is returned when particles are correctly tracked; TRUE is returned when no particles are found to be tracked; objects in env are updated

Examples

cellmigRation:::trivialBondTracking(data.frame(1), new.env())


[Package cellmigRation version 1.0.0 Index]