Scores plot from a Candecomp Parafac analysis. The group membership of the variables is superimposed.
plot_var.clv3w(
resclv3w,
K = NULL,
axeh = 1,
axev = 2,
labels = FALSE,
cex.lab = 1,
v_colors = NULL,
v_symbol = FALSE,
beside = FALSE,
mode3 = FALSE
)
the data matrix
the number of groups in the partition (already defined if CLV3W_kmeans i used)
component number for the horizontal axis
component number for the vertical axis
boolean to add variable' labels (label=TRUE) on the plot or not (label=FALSE). By default label=TRUE
magnification to be used for labels (1 by default)
default NULL. If missing colors are given, by default
symbols are given instead of colors for the identification of the groups/ =FALSE: no symbol (by default).
plot per cluster of variables, side-by-side =FALSE : an unique plot with all the variables with the identification of their group membership (by default).
projection of the mode 3 elements onto the scores plot =FALSE : mode 3 elements are not represented (by default).