flAt: Returns a single density from the data slot at the specified...

Description Usage Arguments Value Examples

Description

Returns a single density from the data slot at the specified row index.

Usage

1
flAt(obj, idx)

Arguments

obj

The DensityData object to be filtered.

idx

The row index of the internal "data" data frame.

Value

A new DensityData object with only one row, given by the specified index.

Examples

1
dd <- flAt(flSampleDensdat, 42) # grab 42nd entry of flSampleDensdat

mlux86/flowLearn documentation built on May 29, 2019, 5:43 a.m.