Learn R Programming

clustMD (version 1.2.2)

plot.clustMD: Plotting method for objects of class clustMD

Description

Plots a parallel coordinates plot and dot plot of the estimated cluster means, a barplot of the variances by cluster for diagonal covariance models or a heatmap of the covariance matrix for non-diagonal covariance structures, and a histogram of the clustering uncertainties for each observation.

Usage

# S3 method for clustMD
plot(x, ...)

Value

Prints graphical summaries of the fitted model as detailed above.

Arguments

x

a clustMD object.

...

further arguments passed to or from other methods.

References

McParland, D. and Gormley, I.C. (2016). Model based clustering for mixed data: clustMD. Advances in Data Analysis and Classification, 10 (2):155-169.

See Also

clustMD