uniqueGroupHclust: Find all unique groups in 'hclust' results

Description Usage Arguments Value Author(s) Examples

View source: R/uniqueGroupHclust.R

Description

Find all unique groups in hclust results

Usage

1

Arguments

hc

output of hclust function

Value

A list containing :

indexGroup

Vector containing the index of variables.

varGroup

Vector containing the index of the group of each variable.

Author(s)

Quentin Grimonprez

Examples

1
2
hc <- hclust(dist(USArrests), "ave")
res <- uniqueGroupHclust(hc)

HCgglasso documentation built on May 2, 2019, 4:54 p.m.