Learn R Programming

mglasso (version 0.1.2)

plot_clusterpath: Plot MGLasso Clusterpath

Description

Plot MGLasso Clusterpath

Usage

plot_clusterpath(X, mglasso_res, colnames_ = NULL)

Value

no return value.

Arguments

X

numeric matrix

mglasso_res

object of class mglasso

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.