| print.annHeatmap {Heatplus} | R Documentation |
Printing method for annotated heatmaps
## S3 method for class 'annHeatmap'
print(x, ...)
x |
an object of class |
... |
extra arguments, currently ignored |
A very simple printing method, displaying a minimum of information about dendrograms and annotation
x is returned invisibly
annHeatmap, annHeatmap2, plot.annHeatmap
set.seed(219)
mat = matrix(rnorm(100), ncol=5)
ann = data.frame(Class=c("A","A","B","A","B"))
map1 = annHeatmap(mat, ann)
map1