print.WHeatmap {wheatmap}R Documentation

plot WHeatmap

Description

plot WHeatmap

Usage

## S3 method for class 'WHeatmap'
print(x, cex = 1, layout.only = FALSE, stand.alone = TRUE, ...)

Arguments

x

a WHeatmap

cex

factor to scaling texts

layout.only

plot layout only

stand.alone

plot is stand alone

...

additional options

Value

NULL

Examples

print(WHeatmap(matrix(1:12, nrow=2)))


[Package wheatmap version 0.2.0 Index]