runMclust {flowSpy} | R Documentation |
Model-based clustering based on parameterized finite Gaussian mixture models.
This function is based on Mclust
.
runMclust(object, scale = FALSE, verbose = FALSE, ...)
object |
an FSPY object |
scale |
logical. Whether to use scaled data in Mclust. |
verbose |
logical. Whether to print calculation progress. |
... |
Parameters passing to |
an FSPY object with mclust.id in meta.data
if (FALSE) { fspy <- runMclust(fspy, verbose = TRUE) }