plot.miclust {miclust} | R Documentation |
Shows a graphical representation of the results.
Description
Creates a graphical representation of the results of miclust
.
Usage
## S3 method for class 'miclust'
plot(x, k = NULL, ...)
Arguments
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. |
Value
a plot to visualize the clustering results.
See Also
[Package miclust version 1.2.8 Index]