Usage
pFlowClust(flowData,cl, K = 1:15, B.init = 100, tol.init = 0.01, tol = 1e-05, B = 1000, randomStart = 50, nu = 4, nu.est = 1, trans = 1, varNames = NA)
Arguments
flowData
The data object, must be a flowFrame, flowSet or list of flowFrames
cl
The snow cluster object
K
The number of clusters to try for each flowFrame. Can be a vector. This is what is parallelized across processors.
B.init
See flowClust
documentation
tol.init
See flowClust
documentation
tol
See flowClust
documentation
B
See flowClust
documentation
randomStart
See flowClust
documentation
nu
See flowClust
documentation
nu.est
See flowClust
documentation
trans
See flowClust
documentation
varNames
See flowClust
documentation