View source: R/postprocessing.R
matchTrajToParticles | R Documentation |
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
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
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.