Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.annHeatmap

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

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

Heatplus

Heatmaps with row and/or column covariates and colored clusters

v2.36.0
GPL (>= 2)
Authors
Alexander Ploner <Alexander.Ploner@ki.se>
Initial release
2015-09-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.