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

Description Usage Arguments Value See Also

View source: R/plot.miclust.R

Description

Creates a graphical representation of the results of miclust.

Usage

1
2
## 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.


miclust documentation built on Feb. 8, 2022, 1:06 a.m.