Description Usage Arguments Value Author(s) Examples
An input Frames
object is subject to subsetting. This function is useful e.g. when the trajectory of interest
is presenting gaps (i.e. does not actually include a frame)
1 | select.Frames(frames, framesToKeep = 1, ...)
|
frames |
A |
framesToKeep |
A vector containing the indexes of the frames to keep in the selection |
... |
Arguments to be passed to methods |
A Frames
object, composed by the subset of frames of the input Frames
Federico Marini, marinif@uni-mainz.de, 2014
1 2 | data("MesenteriumSubset")
select.Frames(MesenteriumSubset, framesToKeep = c(1:10, 14:20))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.