plot_profiles | R Documentation |
Produce a representation of profile matrix P
(or C
for low dimensional solution) of an ADPROCLUS
solution of class adpc
.
The plot displays the profiles in the style of a correlation plot.
NOTE: This function can also be called through the
plot(model, type = "Profiles")
function with model an object of
class adpc
.
plot_profiles(model, title = "Profiles of ADPROCLUS solution", ...)
model |
Object of class |
title |
String. Default: "Profiles of ADPROCLUS solution" |
... |
Additional arguments passing to the
|
Invisibly returns the input model.
# Loading a test dataset into the global environment
x <- stackloss
# Quick clustering with K = 3 clusters
clust <- adproclus(x, 3)
# Plot the profile scores of each cluster
plot_profiles(clust)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.