hca5000: idendro demo data

Description Usage Format Examples

Description

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

Usage

1

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

1
2
3
4
5
if (interactive()) {
    library(idendr0)
    data(hca5000)
    idendro(hca5000$hx, hca5000$x, observationAnnotationEnabled = FALSE)
}

Example output

Warning messages:
1: no DISPLAY variable so Tk is not available 
2: loading Rplot failed 

idendr0 documentation built on May 2, 2019, 5:13 a.m.