Learn R Programming

ncdfFlow (version 2.18.0)

split,ncdfFlowList,factor-method: split a ncdfFlowSet object.

Description

Equivalent to split method for flowSet object.

Usage

"split"(x, f, drop = FALSE, ...)
"split"(x, f, drop = FALSE, ...)
"split"(x, f, drop = FALSE, population = NULL, prefix = NULL, ...)
"split"(x, f, drop = FALSE, population = NULL, prefix = NULL, ...)
"split"(x, f, isNew = FALSE, drop = FALSE, population = NULL, prefix = NULL, ...)
"split"(x, f, isNew = FALSE, drop = FALSE, ...)
"split"(x, f, drop = FALSE, ...)

Arguments

x
ncdfFlowSet
f,drop,population,prefix,...
isNew
logical wehther to create a new hdf file or using existing hdf file.

Value

a list of ncdfFlowSet objects that may not may not share the same hdf file depending on isNew argument.