split,ncdfFlowList,factor-method {ncdfFlow} | R Documentation |
ncdfFlowSet
object.Equivalent to split
method for flowSet
object.
## S4 method for signature 'ncdfFlowList,factor' split(x, f, drop = FALSE, ...) ## S4 method for signature 'ncdfFlowList,character' split(x, f, drop = FALSE, ...) ## S4 method for signature 'ncdfFlowSet,filter' split(x, f, drop = FALSE, population = NULL, prefix = NULL, ...) ## S4 method for signature 'ncdfFlowSet,filterResultList' split(x, f, drop = FALSE, population = NULL, prefix = NULL, ...) ## S4 method for signature 'ncdfFlowSet,list' split(x, f, isNew = FALSE, drop = FALSE, population = NULL, prefix = NULL, ...) ## S4 method for signature 'ncdfFlowSet,factor' split(x, f, isNew = FALSE, drop = FALSE, ...) ## S4 method for signature 'ncdfFlowSet,character' split(x, f, drop = FALSE, ...)
x |
|
f, drop, population, prefix, ... |
see |
isNew |
|
a list of ncdfFlowSet
objects that may not may not share the same hdf file depending on isNew
argument.