View source: R/resultsFunctions.R
plot.TrDm | R Documentation |
plot
methods for class 'TrDm'.plot
methods for class 'TrDm'.
## S3 method for class 'TrDm'
plot(
x,
frame = 1,
type = NULL,
incThres = NULL,
colorimages = NULL,
cl = 1,
path = NULL,
name = "animation",
libavpath = NULL,
...
)
x |
An object of class 'TrDm'. |
frame |
Choose which frame to be plotted. By default, |
type |
Only for 'tracked' objects. By default, both trajectories and
size distribution are plotted. Choose
|
incThres |
Minimum length of tracked segments for particles to be included. By default an automated threshold is calculated. Only for 'tracked' objects. |
colorimages |
Original color images. By default, original color images are obtained from the global environment. |
cl |
When plotting a subtracted background image, choose which color layer
is plotted. By default, |
path |
When creating an animation, choose directory in which images are saved temporarily, and where the animation should be saved. |
name |
of animation; by default |
libavpath |
Path to location where the executable file for libav
can be found (named 'avconv.exe'), in case it is not found automatically,
e.g. |
... |
further arguments passed to |
Marjolein Bruijning, Caspar A. Hallmann & Marco D. Visser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.