Description Usage Arguments Value Author(s) Examples
Match trajectories to the related particles in the TrajectorySet
and
ParticleSet
objects. This function returns a new ParticleSet
object that contains as additional column the trajectory ID that the particular
particle was assigned to. Used also by other routines, such as snap
1 | matchTrajToParticles(particleset, trajectoryset)
|
particleset |
A |
trajectoryset |
A |
A ParticleSet
object with an additional column with the trajectory
IDs
Federico Marini, marinif@uni-mainz.de, 2015
1 2 3 | data(candidate.platelets)
trajs <- trajectories(candidate.platelets)
matchTrajToParticles(candidate.platelets, trajs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.