plot.miclust {miclust} | R Documentation |
Creates a graphical representation of the results of miclust
.
## S3 method for class 'miclust'
plot(x, k = NULL, ...)
x |
object of class |
k |
number of clusters. The default value is the optimal number of clusters
obtained by |
... |
further arguments for the plot function. |
a plot to visualize the clustering results.