| plot.TrajectorySet {flowcatchR} | R Documentation |
TrajectorySet objectProvides a visual representation of a TrajectorySet object
## S3 method for class 'TrajectorySet' plot(x, frames, verbose = FALSE, ...)
x |
A |
frames |
A |
verbose |
Logical, whether to provide additional output on the command line |
... |
Arguments to be passed to methods |
Based on the plotly library, the function extracts the region of interests
from the dimensions of an image of the Frames object,
and afterwards plots the x-y-time representation of the identified trajectories
plot.TrajectorySet returns an invisible NULL.
Federico Marini, marinif@uni-mainz.de, 2014
data("MesenteriumSubset")
data("candidate.platelets")
platelets.trajectories <- trajectories(candidate.platelets)
## Not run:
plot(platelets.trajectories,MesenteriumSubset)
## End(Not run)