Description Usage Arguments Value Examples
Returns a single density from the data slot at the specified row index.
1 | flAt(obj, idx)
|
obj |
The DensityData object to be filtered. |
idx |
The row index of the internal "data" data frame. |
A new DensityData object with only one row, given by the specified index.
1 | dd <- flAt(flSampleDensdat, 42) # grab 42nd entry of flSampleDensdat
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.