print.annHeatmap: Printing information about annotated heatmaps

Description Usage Arguments Details Value See Also Examples

View source: R/annHeatmap.R

Description

Printing method for annotated heatmaps

Usage

1
2
    ## 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

1
2
3
4
5
    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 documentation built on Nov. 8, 2020, 6:24 p.m.