flGetDensity: Returns a list(x,y) with density x and y values for the given...

Description Usage Arguments Value Examples

Description

Returns a list(x,y) with density x and y values for the given DensityData object. Usually this is called on DensityData objects with only one row, to extract a density for one specific channel.

Usage

1

Arguments

obj

The DensityData object.

Value

A list(x = matrix, y = matrix) with matrices x and y that represent x and y parts of densities for each row in obj.

Examples

1
2
dens <- flGetDensity(  flAt(flSampleDensdat, 42)  ) # grab density at row index 42
flPlotDensThresh(dens)

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