clustheatmap {RaceID} | R Documentation |
Plotting a Heatmap of the Distance Matrix
Description
This functions plots a heatmap of the distance matrix grouped by clusters.
Usage
clustheatmap(object, final = TRUE, hmethod = "single")
Arguments
object |
|
final |
logical. If |
hmethod |
Agglomeration method used for determining the cluster order from hierarchical clustering of the cluster medoids. See |
Value
Returns a vector of cluster numbers ordered as determined by herarchical clustering of cluster the cluster medoids as depicted in the heatmap.
[Package RaceID version 0.3.5 Index]