plot_clusterpath {mglasso} | R Documentation |
Plot MGLasso Clusterpath
Description
Plot MGLasso Clusterpath
Usage
plot_clusterpath(X, mglasso_res, colnames_ = NULL)
Arguments
X |
numeric matrix |
mglasso_res |
object of class |
colnames_ |
columns labels |
Details
This function plot the clustering path of mglasso method on the 2 principal components axis of X. As the centroids matrices are not of the same dimension as X, we choose to plot the predicted X matrix path.
Value
no return value.
[Package mglasso version 0.1.2 Index]