Description Usage Arguments Details Value Author(s) Examples
Provides a visual representation of a TrajectorySet
object
1 2 |
x |
A |
frames |
A |
verbose |
Logical, whether to provide additional output on the command line |
... |
Arguments to be passed to methods |
Based on the rgl
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
1 2 3 4 5 6 7 | data("MesenteriumSubset")
data("candidate.platelets")
platelets.trajectories <- trajectories(candidate.platelets)
## Not run:
plot(platelets.trajectories,MesenteriumSubset)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.