select.Frames: Extracts subsets of frames from a 'Frames' object

Description Usage Arguments Value Author(s) Examples

View source: R/auxiliary.R

Description

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)

Usage

1
select.Frames(frames, framesToKeep = 1, ...)

Arguments

frames

A Frames object

framesToKeep

A vector containing the indexes of the frames to keep in the selection

...

Arguments to be passed to methods

Value

A Frames object, composed by the subset of frames of the input Frames

Author(s)

Federico Marini, marinif@uni-mainz.de, 2014

Examples

1
2
data("MesenteriumSubset")
select.Frames(MesenteriumSubset, framesToKeep = c(1:10, 14:20))

flowcatchR documentation built on Nov. 8, 2020, 5:04 p.m.