Skip to contents

Plot MGLasso Clusterpath

Usage

plot_clusterpath(X, mglasso_res, colnames_ = NULL)

Arguments

X

numeric matrix

mglasso_res

object of class mglasso

colnames_

columns labels

Value

no return value.

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.