print.annHeatmap {Heatplus}R Documentation

Printing information about annotated heatmaps

Description

Printing method for annotated heatmaps

Usage

## S3 method for class 'annHeatmap'
print(x, ...)

Arguments

x

an object of class annHeatmap

...

extra arguments, currently ignored

Details

A very simple printing method, displaying a minimum of information about dendrograms and annotation

Value

x is returned invisibly

See Also

annHeatmap, annHeatmap2, plot.annHeatmap

Examples


    set.seed(219)
    mat = matrix(rnorm(100), ncol=5)
    ann = data.frame(Class=c("A","A","B","A","B"))
    map1 = annHeatmap(mat, ann)
    map1


[Package Heatplus version 3.1.0 Index]