This function summarizes the cluster assignments from the desired clustering sample
.
Usage
# S3 method for class 'sfclust'
summary(object, sample = object$clust$id, sort = FALSE, ...)
Value
Invisibly returns a table with the number of regions in each cluster for the selected sample. The function also prints a summary that includes:
the within-cluster model formula,
the total number of MCMC clustering samples,
the cluster membership counts for the specified sample (optionally sorted),
and the log marginal likelihood of the selected clustering sample.