Description Usage Arguments Value Author(s) Examples
View source: R/postprocessing.R
If a TrajectorySet
is provided and mode is set to trajectories
, returns
a Frames
with all trajectories included in the IDs
vector painted accordingly.
If the mode is set to particles
, it will just plot the particles (all) on all frames.
If no TrajectorySet
is provided, it will be computed with default parameters.
If no binary.frames
is provided, it will be computed also with default parameters
1 2 3 4 5 6 7 8 9 |
raw.frames |
A |
binary.frames |
A |
trajectoryset |
A |
trajIDs |
Numeric vector, the ID(s) of the trajectory. |
mode |
A character string, can assume the values |
col |
A vector of color strings |
channel |
A character string, to select which channel to process |
A new Frames
object with contours of the objects added
Federico Marini, marinif@uni-mainz.de, 2014
1 2 3 4 5 6 7 8 9 10 | data("MesenteriumSubset")
## Not run:
paintedTrajectories <- add.contours(raw.frames = MesenteriumSubset,
mode = "trajectories",channel="red")
paintedParticles <- add.contours(raw.frames = MesenteriumSubset,
mode = "particles",channel="red")
inspect.Frames(paintedTrajectories)
inspect.Frames(paintedParticles)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.