Learn R Programming

Heatplus (version 2.18.0)

print.annHeatmap: Printing information about annotated heatmaps

Description

Printing method for annotated heatmaps

Usage

"print"(x, ...)

Arguments

x
an object of class annHeatmap
...
extra arguments, currently ignored

Value

x is returned invisibly

Details

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

See Also

annHeatmap, annHeatmap2, plot.annHeatmap

Examples

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

Run the code above in your browser using DataLab