split,ncdfFlowList,factor-method | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.