tests/testMultiLineHeatmapAnnotation.R

## Test multi-line hetamap annotation.
##

if (interactive()) {
    data(iris)

    hx<-hclust(dist(iris[, 1:4]))
    levels(iris$Species)[1]<-'1\n22222\n333'
    cat('Click in the upper right corner of the heatmap - is the annotation displayed well?\n')
    idendro(hx, iris)
}
tsieger/idendro documentation built on July 7, 2022, 2:24 a.m.