Learn R Programming

miclust (version 1.2.6)

plot.miclust: Shows a graphical representation of the results.

Description

Creates a graphical representation of the results of miclust.

Usage

# S3 method for 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.