select.Frames | R Documentation |
Frames
objectAn 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)
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
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.