Description Usage Arguments Value Examples
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.
1 | flGetDensity(obj)
|
obj |
The DensityData object. |
A list(x = matrix, y = matrix) with matrices x and y that represent x and y parts of densities for each row in obj.
1 2 | dens <- flGetDensity( flAt(flSampleDensdat, 42) ) # grab density at row index 42
flPlotDensThresh(dens)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.