hca5000 {idendr0} | R Documentation |
idendro demo data
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)
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
if (interactive()) {
library(idendr0)
data(hca5000)
idendro(hca5000$hx, hca5000$x, observationAnnotationEnabled = FALSE)
}
[Package idendr0 version 1.5.3 Index]