plot_vars_by_comp | R Documentation |
Produce a representation of variable to component matrix
B'
of a low dimensional ADPROCLUS solution
of class adpc
. The plot displays the scores in the style of a
correlation plot.
NOTE: This function can be called through the
plot(model, type = "VarsByComp")
function
with model an object of class adpc
.
plot_vars_by_comp(
model,
title = "B' of Low Dimensional ADPROCLUS Solution",
...
)
model |
Object of class |
title |
String. Default: "B' of Low Dimensional ADPROCLUS Solution" |
... |
Additional arguments passing to the
|
Invisibly returns the input model.
# Loading a test dataset into the global environment
x <- stackloss
# Quick low dimensional clustering with K = 3 clusters and S = 1 dimensions
clust <- adproclus_low_dim(x, 3, 1)
# Plot the matrix B', connecting components with variables
plot_vars_by_comp(clust)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.