genesDend2: Cluster a distance matrix with the complete method.

Description Usage Arguments Examples

Description

Cluster a distance matrix with the complete method.

Usage

1
genesDend2(d, x)

Arguments

d

a distance matrix

x

A list where the element "nbClusters" is the number of clusters to compute and "nbGroups" is the number of labeled groups.

Examples

1
2
3
4
dendr <- data.frame(1:3, 2:4, 6:4) %>% corMat %>% distCorMat %>% genesDend()
genesDend2(dendr, x = vizectionExampleEnv())
genesDend2(dendr, x = vizectionExampleEnv() %>% inset("showGroupsColor", FALSE))
  

shamansim/Vizection documentation built on May 29, 2019, 8:06 p.m.