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 miclust obtained with the function miclust.

k

number of clusters. The default value is the optimal number of clusters obtained by miclust.

...

further arguments for the plot function.

Value

a plot to visualize the clustering results.

See Also

miclust, summary.miclust.


[Package miclust version 1.2.8 Index]