Description Usage Arguments Value Author(s) Examples
This function combines all classes related to a single experiment in order to deliver a clickable feedback on one of the frames.
1 2 |
raw.frames |
A |
binary.frames |
A |
particleset |
A |
trajectoryset |
A |
frameID |
The ID of the frame to inspect |
infocol |
The color to use for plotting the contours and the information on the clicked particle |
infocex |
The numeric character expansion value as in |
showVelocity |
Logical, whether to display additional information on the instantaneous velocity of the particle |
An image of the selected frame, rendered in R native graphics, and additionally a list with the coordinates as well as the trajectory ID of the particle closest to the clicked location
Federico Marini, marinif@uni-mainz.de, 2015
1 2 3 4 5 6 7 | ## Not run: data(MesenteriumSubset)
binary.frames <- preprocess.Frames(channel.Frames(MesenteriumSubset,"red"))
particleset <- particles(MesenteriumSubset,binary.frames,"red")
trajectoryset <- trajectories(particleset)
snap(MesenteriumSubset,binary.frames,particleset,trajectoryset,frameID=1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.