Learn R Programming

IntClust (version 0.1.0)

distanceheatmaps: Determine the distance in a heatmap

Description

Internal function of HeatmapPlot

Usage

distanceheatmaps(Data1, Data2, names = NULL, nrclusters = 7)

Arguments

Data1

The resulting clustering of method 1.

Data2

The resulting clustering of method 2.

names

The names of the objects in the data sets. Default is NULL.

nrclusters

The number of clusters to cut the dendrogram in. Default is NULL.