| lapply,ncdfFlowList-method {ncdfFlow} | R Documentation |
lapply method for ncdfFlowList
Description
Depending on level parameter, loop either iterates through the list of ncdfFlowSet objects
or everyflowFrame objects.
Usage
## S4 method for signature 'ncdfFlowList'
lapply(X, FUN, level = 2, ...)
Arguments
X |
ncdfFlowList object
|
FUN |
function to apply
|
level |
numeric. It controls whether loop at 'ncdfFlowSet' level or 'sample' level.
when level = 2 (default value),FUN is applied to each sample. When level = 1, FUN is applied to each object stored in data slot.
|
... |
other arguments passed to FUN
|
[Package
ncdfFlow version 2.32.0
Index]