idendr0 (version 1.5.3)

hca5000:

Description

Hierarchical cluster analysis demonstration data consisting of raw data (5000 observations having 3 features measured) and clustered data (as computed by `hclust').

Usage

data(hca5000)

Arguments

Format

A list of 'x' and 'hx' elements. 'x' is a matrix of 5000 rows (observations) by 3 columns (dimensions). 'hx' is an object of class 'hclust' containing the result of hierarchical cluster analysis performed on 'x'.

Examples

Run this code
if (interactive()) {
    library(idendr0)
    data(hca5000)
    idendro(hca5000$hx, hca5000$x, observationAnnotationEnabled = FALSE)
}

Run the code above in your browser using DataLab