Learn R Programming

explorase (version 1.36.0)

exp_showClustering: Show a hierarchical clustering

Description

Shows a hierarchical clustering using the "GGobi" dendrogram viewer.

Usage

exp_showClustering(ids, data, clustering)

Arguments

ids
The ids of the entities that were clustered
data
The experimental data that was clustered
clustering
the clustering, as returned by hclust()