drop
A logical value indicating whether to coerce a column matrix into a vector, if applicable. Default is FALSE
, meaning that a single-column matrix will be retained.
population
An optional argument which specifies how to split the data. If specified, it takes a list object with named or unnamed elements each of which is a numeric vector specifying which clusters are included. If this argument is left unspecified, the data object will be split into K
subsets each of which is formed by one out of the K
clusters used to model the data. See examples for more details.