Learn R Programming

flowcatchR (version 1.6.2)

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

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

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

Examples

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

Run the code above in your browser using DataLab