plot_clusterpath: Plot MGLasso Clusterpath

View source: R/plot.R

plot_clusterpathR 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 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.

Value

no return value.


desanou/mglasso documentation built on July 1, 2023, 6:39 a.m.