plot.clustMDparallel {clustMD} | R Documentation |
Summary plots for a clustMDparallel object
Description
Produces a line plot of the estimated BIC values corresponding to each covariance model against the number of clusters fitted. For the optimal model according to this criteria, a parallel coordinates plot of the cluster means is produced along with a barchart or heatmap of the covariance matrices for each cluster and a histogram of the clustering uncertainties.
Usage
## S3 method for class 'clustMDparallel'
plot(x, ...)
Arguments
x |
a |
... |
further arguments passed to or from other methods. |
Value
Produces a number of plots as detailed above.
[Package clustMD version 1.2.1 Index]